From 45b2b45285db636ece8fbb24890bd53d753e4eeb Mon Sep 17 00:00:00 2001 From: Bert Date: Mon, 17 Jan 2011 20:14:15 +0100 Subject: Small refactorings --- app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app.c') 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; -- cgit v1.2.3-54-g00ecf