Fix CXX warning.

This commit is contained in:
Themaister 2013-05-01 21:56:38 +02:00
parent 2f61e3c65d
commit 41d00190e4

View File

@ -39,7 +39,7 @@ static int g_timeout = 0;
static char *g_in_path = NULL;
static char *g_out_path = NULL;
static char *g_auto_path = NULL;
static int g_meta_level = 0;
static unsigned g_meta_level = 0;
static void print_help(void)
{