From 1a88b6b64a5e00d41807c7fa83035ffe9853b792 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Mon, 19 Oct 2015 08:48:45 +0200 Subject: [PATCH] oops --- recorder.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recorder.c b/recorder.c index 39daa6c..a710666 100644 --- a/recorder.c +++ b/recorder.c @@ -1112,9 +1112,10 @@ int main(int argc, char **argv) */ if (luascript) { - if ((udata.luadata = hooks_init(ud, luascript)) == NULL) + if ((udata.luadata = hooks_init(ud, luascript)) == NULL) { olog(LOG_ERR, "Stopping because Lua load failed"); - exit(1); + exit(1); + } } #endif