Commit ef59a3c7 authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Remove extra semicolon in macros

parent 0a23fd62
...@@ -55,9 +55,9 @@ SVNID("$Id$") ...@@ -55,9 +55,9 @@ SVNID("$Id$")
do { \ do { \
rl_callback_handler_remove(); \ rl_callback_handler_remove(); \
exit(status); \ exit(status); \
} while (0); } while (0)
#else #else
#define RL_EXIT(status) exit(status); #define RL_EXIT(status) exit(status)
#endif #endif
static double timeout = 5; static double timeout = 5;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment