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/spawn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/spawn.cpp') diff --git a/src/spawn.cpp b/src/spawn.cpp index 74c73d1..8c2e05f 100644 --- a/src/spawn.cpp +++ b/src/spawn.cpp @@ -76,7 +76,7 @@ namespace SciTECO { namespace States { StateExecuteCommand executecommand; - StateEGCommand egcommand; + StateEGCommand egcommand; } extern "C" { -- cgit v1.2.3