diff support.c @ 2:e359bea4c8ac

added code for ratio swap; new names for ratio operations; added main.h; some more
author meillo@marmaro.de
date Tue, 04 Dec 2007 23:20:51 +0100
parents 80535e4deaa4
children 5e282003f0c1
line wrap: on
line diff
--- a/support.c	Tue Dec 04 20:23:25 2007 +0100
+++ b/support.c	Tue Dec 04 23:20:51 2007 +0100
@@ -112,7 +112,7 @@
 
 /* This is used to set ATK action descriptions. */
 void glade_set_atk_action_description(AtkAction* action, const gchar* action_name, const gchar* description) {
-  gint n_actions
+  gint n_actions;
 	gint i;
 
   n_actions = atk_action_get_n_actions (action);