summaryrefslogtreecommitdiff
path: root/games/awele/files/patch-awele.h
blob: 064a9f6805f833b5acd0b1245dea2be28ff642d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- awele.h.orig	2020-08-27 20:02:51 UTC
+++ awele.h
@@ -14,7 +14,7 @@
 #define DEFAULT_FILENAME "awele.save"
 
 /* nom du fichier de sauvegarde */
-char nomfich[80] ;
+extern char nomfich[80] ;
 
 typedef struct {
     char board[TOTAL_SIZE] ; /* l'echiquier */