From 60d2f8f3c7f1cdacafcbd60dc004e32cc90035ca Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sat, 8 Jun 2013 00:22:23 +0000 Subject: Use (void) in no-arguments function definitions. --- catgets/gencat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'catgets/gencat.c') 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. */ -- cgit v1.1