Fix missing initialisation.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3321 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
4ba92e0257
commit
848f714ef1
@ -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)
|
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 == '(')
|
if ((editor_prefs.autoclose_chars & GEANY_AC_PARENTHESIS) && c == '(')
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user