Kaydet (Commit) d0a473bf authored tarafından Nick Treleaven's avatar Nick Treleaven

Fix compilation with -ansi.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2797 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst c5fb6b34
......@@ -533,7 +533,7 @@ static void load_kb(KeyBindingGroup *group, KeyBinding *kb, gpointer user_data)
kb->key = key;
kb->mods = mods;
//~ apply_kb_accel(kb);
/* apply_kb_accel(kb); */
}
g_free(val);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment