Oops, fix build.
svn path=/trunk/; revision=9110
This commit is contained in:
@ -150,8 +150,10 @@ int main(int argc, char **argv)
|
||||
#ifdef ENABLE_THREADS
|
||||
pthread_t id;
|
||||
#endif
|
||||
mcheck(blowup);
|
||||
|
||||
#ifdef DO_MCHECK
|
||||
mcheck(blowup);
|
||||
#endif
|
||||
words = g_ptr_array_new();
|
||||
buffer = g_string_new("");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user