mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
* cli/cli-logging.c (pop_output_files): Add void to function
definition.
This commit is contained in:
@ -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. */
|
||||
|
Reference in New Issue
Block a user