about summary refs log tree commit diff stats
path: root/profanity.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-04-26 23:37:54 +0100
committerJames Booth <boothj5@gmail.com>2012-04-26 23:37:54 +0100
commit887278b91bbb88f746e4dda2dff3a5ad78f8483c (patch)
tree57469c7339ed6232634b8a50bd598d4869c6d1a7 /profanity.c
parent1b7d9e9e26e63afc660d7f8f8827be637f0655a4 (diff)
parenta41dab3d3c8ba290e2ae5c715844d9432ec9220b (diff)
downloadprofani-tty-887278b91bbb88f746e4dda2dff3a5ad78f8483c.tar.gz
Merge branch 'glib'
Conflicts:
	command.c
Diffstat (limited to 'profanity.c')
-rw-r--r--profanity.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/profanity.c b/profanity.c
index 2e2e27fa..de26f8b8 100644
--- a/profanity.c
+++ b/profanity.c
@@ -22,8 +22,7 @@
 
 #include <string.h>
 #include <stdlib.h>
-
-#include <ncurses.h>
+#include <glib.h>
 
 #include "profanity.h"
 #include "log.h"
@@ -36,7 +35,7 @@ static void _profanity_shutdown(void);
 
 void profanity_run(void)
 {
-    int cmd_result = TRUE;
+    gboolean cmd_result = TRUE;
 
     inp_non_block();
     while(cmd_result == TRUE) {