Kaydet (Commit) 848f714e authored tarafından Enrico Tröger's avatar Enrico Tröger

Fix missing initialisation.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3321 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 4ba92e02
......@@ -1009,7 +1009,7 @@ static void insert_indent_after_line(GeanyEditor *editor, gint line)
static void auto_close_chars(ScintillaObject *sci, gint pos, gchar c)
{
const gchar *closing_char;
const gchar *closing_char = NULL;
if ((editor_prefs.autoclose_chars & GEANY_AC_PARENTHESIS) && c == '(')
{
......
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