summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 3e8c544..4bf41eb 100644
--- a/src/main.c
+++ b/src/main.c
@@ -6,6 +6,7 @@
#include <printf.h>
#include <ctype.h>
#include <time.h>
+#include <unistd.h>
#include <pthread.h>
#include <stdatomic.h>
#include <i18n.h>
@@ -58,8 +59,7 @@ int main (int argc, char ** argv) {
rs = 2;
goto rc;
}
- /* sc_query_google(argv[1], c); */
- getc(stdin);
+ pause();
rc:
sc_cache_free(c);
MHD_stop_daemon(d);