Small fixes for Windows.

This commit is contained in:
Guus Sliepen 2011-06-02 23:40:27 +02:00
parent 2adc789401
commit 5f4d57e846
2 changed files with 8 additions and 4 deletions

View file

@ -64,7 +64,7 @@
#include "xalloc.h"
/* The name this program was run with. */
static char *program_name = NULL;
char *program_name = NULL;
/* If nonzero, display usage information and exit. */
static bool show_help = false;