From 2ce6fea54fd1327c6744183600acd0fc5bd0f082 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 29 Jun 2014 18:58:43 -0400 Subject: Features, bugfixes... --- util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util.h') diff --git a/util.h b/util.h index 8b23979..f09ca51 100644 --- a/util.h +++ b/util.h @@ -18,7 +18,7 @@ * Contact the author at contact@fwei.tk */ -#define SLEEP_TIME 0 +#define SLEEP_TIME 5000 void allLower(char*); void print_string(const char*); void remove_punct(char*); -- cgit v1.1