summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDiogo Sousa <diogogsousa@gmail.com>2013-05-12 23:33:44 +0100
committerDiogo Sousa <diogogsousa@gmail.com>2013-05-12 23:33:44 +0100
commit61ed0829bd57fc60cc7e08538f20b8277c74f90c (patch)
tree5bd1789764c896a7a214deb57e1989945c4c154b
parentf023de0faff61bad58da0002f2b6f52f8d97634f (diff)
Forget to put an empty line after a function definition
-rw-r--r--src/common/hexchat.c1
1 files changed, 1 insertions, 0 deletions
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[])
 {