diff options
Diffstat (limited to 'catgets/gencat.c')
-rw-r--r-- | catgets/gencat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catgets/gencat.c b/catgets/gencat.c index ae0a643..b11583d 100644 --- a/catgets/gencat.c +++ b/catgets/gencat.c @@ -254,7 +254,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\ /* The address of this function will be assigned to the hook in the error functions. */ static void -error_print () +error_print (void) { /* We don't want the program name to be printed in messages. Emacs' compile.el does not like this. */ |