This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ob] ARI fix for cli-logging.c


I always make the same mistake.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer

2003-06-29  Daniel Jacobowitz  <drow@mvista.com>

	* cli/cli-logging.c (pop_output_files): Add void to function
	definition.

Index: cli/cli-logging.c
===================================================================
RCS file: /cvs/src/src/gdb/cli/cli-logging.c,v
retrieving revision 1.1
diff -u -p -r1.1 cli-logging.c
--- cli/cli-logging.c	28 Jun 2003 16:19:06 -0000	1.1
+++ cli/cli-logging.c	29 Jun 2003 19:40:28 -0000
@@ -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.  */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]