From 61ed0829bd57fc60cc7e08538f20b8277c74f90c Mon Sep 17 00:00:00 2001 From: Diogo Sousa Date: Sun, 12 May 2013 23:33:44 +0100 Subject: [PATCH] Forget to put an empty line after a function definition --- src/common/hexchat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/hexchat.c b/src/common/hexchat.c index 8eaad521..6d624133 100644 --- a/src/common/hexchat.c +++ b/src/common/hexchat.c @@ -1035,6 +1035,7 @@ set_locale(void) putenv (hexchat_lang); } + int main (int argc, char *argv[]) {