diff options
Diffstat (limited to 'games/gnomechess/files/patch-src::board.c')
-rw-r--r-- | games/gnomechess/files/patch-src::board.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/gnomechess/files/patch-src::board.c b/games/gnomechess/files/patch-src::board.c new file mode 100644 index 000000000..3afe254c1 --- /dev/null +++ b/games/gnomechess/files/patch-src::board.c @@ -0,0 +1,10 @@ +--- src/board.c.orig Mon Jul 23 07:45:20 2001 ++++ src/board.c Sun Aug 22 03:42:58 2004 +@@ -661,6 +661,7 @@ + + break; + default: ++ ; + } + + return 0; |