summaryrefslogtreecommitdiff
path: root/cgats/pars.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgats/pars.c')
-rwxr-xr-x[-rw-r--r--]cgats/pars.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgats/pars.c b/cgats/pars.c
index a0e694c..8a4e4b9 100644..100755
--- a/cgats/pars.c
+++ b/cgats/pars.c
@@ -606,7 +606,7 @@ main() {
error("Failed to create parse object with file 'test.txt'");
/* Setup our token parsing charaters */
- pp->add_del(pp, " ,\to"," ,\t", "#", "\"");
+ pp->add_del(pp, " ,\t"," ,\t", "#", "\"");
for (;;) {
char *tp;