From 8584b8101e46e73554347af5311937ae7abd88cb Mon Sep 17 00:00:00 2001 From: eidheim Date: Thu, 17 Sep 2015 15:34:03 +0200 Subject: [PATCH] Removed a compilation warning. --- src/source.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/source.cc b/src/source.cc index 54f6ba9..5aff594 100644 --- a/src/source.cc +++ b/src/source.cc @@ -1475,7 +1475,7 @@ bool Source::ClangViewParse::on_key_press_event(GdkEventKey* key) { auto line=get_line_before(found_iter); if(std::regex_match(line, sm, tabs_regex)) { tabs=sm[1].str(); - for(int c=0;c