SF.net SVN: geany:[3608] trunk/src/symbols.c

eht16 at users.sourceforge.net eht16 at xxxxx
Fri Feb 27 14:06:34 UTC 2009


Revision: 3608
          http://geany.svn.sourceforge.net/geany/?rev=3608&view=rev
Author:   eht16
Date:     2009-02-27 14:06:34 +0000 (Fri, 27 Feb 2009)

Log Message:
-----------
Fix missing brace in comment.

Modified Paths:
--------------
    trunk/src/symbols.c

Modified: trunk/src/symbols.c
===================================================================
--- trunk/src/symbols.c	2009-02-27 14:06:21 UTC (rev 3607)
+++ trunk/src/symbols.c	2009-02-27 14:06:34 UTC (rev 3608)
@@ -1251,7 +1251,7 @@
 int symbols_generate_global_tags(int argc, char **argv, gboolean want_preprocess)
 {
 	/* -E pre-process, -dD output user macros, -p prof info (?),
-	 * -undef remove builtin macros (seems to be needed with FC5 gcc 4.1.1 */
+	 * -undef remove builtin macros (seems to be needed with FC5 gcc 4.1.1) */
 	const char pre_process[] = "gcc -E -dD -p -undef";
 
 	if (argc > 2)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list