From 7281c95860a5c9e6d3f445b5a884c4d07d56dc77 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Mon, 23 Jun 2014 18:23:58 +0000 Subject: more bugfixes.. --- util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util.h') diff --git a/util.h b/util.h index 63409fa..3070d39 100644 --- a/util.h +++ b/util.h @@ -1,4 +1,4 @@ -#define SLEEP_TIME 0 +#define SLEEP_TIME 10000 void allLower(char*); void print_string(const char*); void remove_punct(char*); -- cgit v1.1