aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index f28d6cc..bbc0521 100644
--- a/src/main.c
+++ b/src/main.c
@@ -85,7 +85,7 @@ static void callback(int i, char ch)
fprintf(stderr, "Transition deviation at index %d!\n", i);
tests[current].equivalency.trans = 0;
}
- /* fprintf(stderr, "\n%d: %c\n", i, ch); */
+ fprintf(stderr, "\n%d: %c\n", i, ch);
}
int main(void)