aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 3f32e58..526b30c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -63,7 +63,7 @@ int main(int argc, char *argv[])
if ( graphics ) {
/* Open the window */
mw = mainwindow_open();
- if(mw != NULL) gtk_main();
+ if ( mw != NULL ) gtk_main();
} else {
while ( 1 ) {
sleep(10);