summaryrefslogtreecommitdiff
path: root/src/plugins/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/gui.c')
-rw-r--r--src/plugins/gui.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/plugins/gui.c b/src/plugins/gui.c
index 84b61dab1..ecbfd3b97 100644
--- a/src/plugins/gui.c
+++ b/src/plugins/gui.c
@@ -1,3 +1,5 @@
+// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
+// For more information, see LICENCE in the main folder
#include <stdio.h>
#include <string.h>
@@ -70,7 +72,8 @@ void gui_init ()
if (fp == NULL)
break;
- while(fgets(line, sizeof(line) -1, fp)) {
+ while(fgets(line, sizeof(line), fp))
+ {
if (line[0] == '/' && line[1] == '/')
continue;
if (sscanf(line, "%[^:]: %[^\r\n]", w1, w2) == 2) {