summaryrefslogtreecommitdiff
path: root/testing/nTox.c
diff options
context:
space:
mode:
authorSebastian Stal <stal@pyboard.net>2013-07-20 19:08:10 -0700
committerSebastian Stal <stal@pyboard.net>2013-07-20 19:08:10 -0700
commitd88cdf7307d8e96a1640d803e861d8ab91658082 (patch)
tree76342d18faf9135b155c1338f7fe851c6cfedf5e /testing/nTox.c
parentb9b50481be282a5c7fdadac2c79c38a2d4d49d35 (diff)
Don't exit on arrow keys
Diffstat (limited to 'testing/nTox.c')
-rw-r--r--testing/nTox.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/testing/nTox.c b/testing/nTox.c
index 068d0317..1e7ba9f3 100644
--- a/testing/nTox.c
+++ b/testing/nTox.c
@@ -266,8 +266,6 @@ int main(int argc, char *argv[])
266 } else if (isalnum(c) || ispunct(c) || c == ' ') { 266 } else if (isalnum(c) || ispunct(c) || c == ' ') {
267 strcpy(line,appender(line, (char) c)); 267 strcpy(line,appender(line, (char) c));
268 } 268 }
269 } else {
270 break;
271 } 269 }
272 } 270 }
273 if(on == 0) 271 if(on == 0)