aboutsummaryrefslogtreecommitdiffstats
path: root/app.c
diff options
context:
space:
mode:
Diffstat (limited to 'app.c')
-rw-r--r--app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.c b/app.c
index 8411be4..4a65030 100644
--- a/app.c
+++ b/app.c
@@ -22,7 +22,7 @@
#include "app.h"
void app_init(app_t *app) {
- if (app == NULL)
+ if (!app)
return;
app->fileidx = 0;