From 83a8cccaa8d7359df3d97f1d3807ad5747bd28d2 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Sun, 29 Jun 2003 19:41:14 +0000 Subject: * cli/cli-logging.c (pop_output_files): Add void to function definition. --- gdb/cli/cli-logging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/cli/cli-logging.c') diff --git a/gdb/cli/cli-logging.c b/gdb/cli/cli-logging.c index 67ec672..db34b0d 100644 --- a/gdb/cli/cli-logging.c +++ b/gdb/cli/cli-logging.c @@ -43,7 +43,7 @@ int logging_overwrite, logging_redirect; /* If we've pushed output files, close them and pop them. */ static void -pop_output_files () +pop_output_files (void) { /* Only delete one of the files -- they are all set to the same value. */ -- cgit v1.1