diff options
author | Diogo Sousa <diogogsousa@gmail.com> | 2013-05-12 23:33:44 +0100 |
---|---|---|
committer | Diogo Sousa <diogogsousa@gmail.com> | 2013-05-12 23:33:44 +0100 |
commit | 61ed0829bd57fc60cc7e08538f20b8277c74f90c (patch) | |
tree | 5bd1789764c896a7a214deb57e1989945c4c154b /src/common/hexchat.c | |
parent | f023de0faff61bad58da0002f2b6f52f8d97634f (diff) |
Forget to put an empty line after a function definition
Diffstat (limited to 'src/common/hexchat.c')
-rw-r--r-- | src/common/hexchat.c | 1 |
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[]) { |