From 45083e66657bed6167e7513d599581b0517bbf81 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Tue, 24 Jun 2014 10:21:04 -0400 Subject: EVEN MORE BUGFIXES, FEATURES! Maybe I should actually start writing good commit messages :) --- util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util.h') diff --git a/util.h b/util.h index 3070d39..63409fa 100644 --- a/util.h +++ b/util.h @@ -1,4 +1,4 @@ -#define SLEEP_TIME 10000 +#define SLEEP_TIME 0 void allLower(char*); void print_string(const char*); void remove_punct(char*); -- cgit v1.1