diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |