Fix tabs again

This commit is contained in:
Victor Fernandes 2017-05-03 14:14:26 -04:00
parent 0fd419102e
commit 06c9650d6f
1 changed files with 1 additions and 1 deletions

View File

@ -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},