about summary refs log tree commit diff stats
path: root/src/tools
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-07-14 00:46:56 +0100
committerJames Booth <boothj5@gmail.com>2013-07-14 00:46:56 +0100
commite7478d8cb8c55db91628a059ff9f1065bfb9cf0e (patch)
treee80ad355f954e6f6a8051dc085bc2f0405d2827f /src/tools
parent4d35031cb077a3aa03620d9372747dd69229b7da (diff)
downloadprofani-tty-e7478d8cb8c55db91628a059ff9f1065bfb9cf0e.tar.gz
Added parser tests
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/parser.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/parser.c b/src/tools/parser.c
index b679b9f2..595032c3 100644
--- a/src/tools/parser.c
+++ b/src/tools/parser.c
@@ -367,5 +367,3 @@ get_start(char *string, int tokens)
 
     return result_str;
 }
-
-