diff options
author | Daniel Jacobowitz <drow@false.org> | 2003-06-29 19:41:14 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2003-06-29 19:41:14 +0000 |
commit | 83a8cccaa8d7359df3d97f1d3807ad5747bd28d2 (patch) | |
tree | 9af799130361f661b8aea6fe88597b25bbf29534 /gdb/cli | |
parent | f56973f819c159040e74677a144b43f1ebad1b1b (diff) | |
download | gdb-83a8cccaa8d7359df3d97f1d3807ad5747bd28d2.zip gdb-83a8cccaa8d7359df3d97f1d3807ad5747bd28d2.tar.gz gdb-83a8cccaa8d7359df3d97f1d3807ad5747bd28d2.tar.bz2 |
* cli/cli-logging.c (pop_output_files): Add void to function
definition.
Diffstat (limited to 'gdb/cli')
-rw-r--r-- | gdb/cli/cli-logging.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |