Usage of gboolean in command.c

This commit is contained in:
James Booth
2012-04-24 01:02:22 +01:00
parent 44266b19a1
commit 04e021eb36
3 changed files with 29 additions and 24 deletions

View File

@@ -22,6 +22,7 @@
#include <string.h>
#include <stdlib.h>
#include <glib.h>
#include "profanity.h"
#include "log.h"
@@ -34,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) {