Make tablePanic static; it should not be exported.

This commit is contained in:
Pietro Gagliardi 2014-12-07 13:24:12 -05:00
parent fe78114ec1
commit d5c7d133ad
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ enum {
nTableColumnTypes,
};
void (*tablePanic)(const char *, DWORD) = NULL;
static void (*tablePanic)(const char *, DWORD) = NULL;
#define panic(...) (*tablePanic)(__VA_ARGS__, GetLastError())
#define abort $$$$ // prevent accidental use of abort()