mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* gmc-client.c (main): Warning fix.
This commit is contained in:
parent
74ea91f34d
commit
c90efec4ed
@ -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 "^.*$".
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user