summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SioCheck.layout4
-rw-r--r--main.c1
2 files changed, 2 insertions, 3 deletions
diff --git a/SioCheck.layout b/SioCheck.layout
index 6634522..37f088e 100644
--- a/SioCheck.layout
+++ b/SioCheck.layout
@@ -4,7 +4,7 @@ Order=0
[Editor_0]
Open=1
Top=1
-CursorCol=35
-CursorRow=23
+CursorCol=17
+CursorRow=32
TopLine=1
LeftChar=1
diff --git a/main.c b/main.c
index c5ce270..7fc46dc 100644
--- a/main.c
+++ b/main.c
@@ -24,7 +24,6 @@ int main(int argc, char *argv[])
{
fprintf(stderr,"%s: error %ld opening %s\n",
argv[0],GetLastError(),argv[1]);
-
return EXIT_FAILURE;
}