Fix another missing var
This commit is contained in:
parent
abbb4897ea
commit
d706c5ccdc
|
@ -161,9 +161,7 @@ fe_args (int argc, char *argv[])
|
|||
{
|
||||
GError *error = NULL;
|
||||
GOptionContext *context;
|
||||
#ifdef WIN32
|
||||
char *buffer;
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_NLS
|
||||
bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
|
||||
|
|
Loading…
Reference in New Issue