diff options
Diffstat (limited to 'src/common')
-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[]) { |