aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/spawn.cpp
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2015-02-14 07:19:32 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2015-02-14 07:19:32 +0100
commit1b07f32774dc0f9db8fe7906998061dc5bae2ad9 (patch)
treef04f530282e61f40fba8b314f6e0b2bfbfb70f4c /src/spawn.cpp
parentb62f7361467f1d451180831da3c286503379f43a (diff)
downloadsciteco-1b07f32774dc0f9db8fe7906998061dc5bae2ad9.tar.gz
updated Scintilla submodule: fixed tab stop calculation on Curses
* also did some whitespace cleanup in SciTECO now that tabs are displayed properly
Diffstat (limited to 'src/spawn.cpp')
-rw-r--r--src/spawn.cpp2
1 files changed, 1 insertions, 1 deletions
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" {