From 06c9650d6ff886387f3b8e64864b2bf509d808e5 Mon Sep 17 00:00:00 2001 From: Victor Fernandes Date: Wed, 3 May 2017 14:14:26 -0400 Subject: [PATCH] Fix tabs again --- table.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/table.h b/table.h index 6613b84..8bdaded 100755 --- a/table.h +++ b/table.h @@ -46,7 +46,7 @@ /*transition table - type of states defined in separate table */ int st_table[][TABLE_COLUMNS] = { /* INPUT COLUMNS: - COLUMN # | 0 | 1 | 2 | 3 | 4 | 5 | 6 | + COLUMN # | 0 | 1 | 2 | 3 | 4 | 5 | 6 | |[a-zA-Z]| 0 |[1-7]|[8-9]| . | # | other | */ /* State 0 */ {1, 6 , 4 , 4 , IS , IS , IS},