* gmc-client.c (main): Warning fix.

This commit is contained in:
Pavel Roskin 2001-06-06 15:04:33 +00:00
parent 74ea91f34d
commit c90efec4ed
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-06-06 Pavel Roskin <proski@gnu.org>
* gmc-client.c (main): Warning fix.
2001-06-04 Pavel Roskin <proski@gnu.org>
* gmcd.c (gnome_filter_cmd): Set default regex filter to "^.*$".

View File

@ -226,7 +226,7 @@ main (int argc, char **argv)
poptContext ctx;
CORBA_Environment ev;
CORBA_ORB orb;
int result;
int result = FALSE;
bindtextdomain ("gmc-client", LOCALEDIR);
textdomain ("gmc-client");