SF.net SVN: geany:[2797] trunk/src/keybindings.c

ntrel at users.sourceforge.net ntrel at xxxxx
Mon Jul 21 14:39:47 UTC 2008


Revision: 2797
          http://geany.svn.sourceforge.net/geany/?rev=2797&view=rev
Author:   ntrel
Date:     2008-07-21 14:39:47 +0000 (Mon, 21 Jul 2008)

Log Message:
-----------
Fix compilation with -ansi.

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

Modified: trunk/src/keybindings.c
===================================================================
--- trunk/src/keybindings.c	2008-07-21 14:28:46 UTC (rev 2796)
+++ trunk/src/keybindings.c	2008-07-21 14:39:47 UTC (rev 2797)
@@ -533,7 +533,7 @@
 		kb->key = key;
 		kb->mods = mods;
 
-		//~ apply_kb_accel(kb);
+		/* apply_kb_accel(kb); */
 	}
 	g_free(val);
 }


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