From 1b07f32774dc0f9db8fe7906998061dc5bae2ad9 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sat, 14 Feb 2015 07:19:32 +0100 Subject: updated Scintilla submodule: fixed tab stop calculation on Curses * also did some whitespace cleanup in SciTECO now that tabs are displayed properly --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index b544d8e..d7b9cc0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -83,7 +83,7 @@ static void sigint_handler(int signal); void String::get_coord(const gchar *str, gint pos, - gint &line, gint &column) + gint &line, gint &column) { line = column = 1; -- cgit v1.2.3