]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/chanserv.c
added extern type to comply with gcc10 change
[irc/evilnet/x3.git] / src / chanserv.c
index c0529b8409721799eccbb41313039a959cfdefd3..5931cd0fc731b9654e409ba6bd5d5cdf5bb52b34 100644 (file)
@@ -679,7 +679,7 @@ enum note_visible_type
     NOTE_VIS_PRIVILEGED
 };
 
-struct io_fd *socket_io_fd;
+extern struct io_fd *socket_io_fd;
 extern struct cManagerNode cManager;
 
 struct note_type
@@ -8027,7 +8027,7 @@ void eightball(char *outcome, int method, unsigned int seed)
    char ballcolors[50][50] = {
         "blue", "red", "green", "yellow",
         "white", "black", "grey", "brown",
-        "yellow", "pink", "purple", "orange", "teal", "burgandy",
+        "yellow", "pink", "purple", "orange", "teal", "burgundy",
         "fuchsia","turquoise","magenta", "cyan"};
 #define NUMOFLOCATIONS 50
    char balllocations[50][55] = {