diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-28 18:59:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-28 18:59:42 +0000 |
commit | f062c8915542aa7339ae4fa6667a18be981c113e (patch) | |
tree | 245b04545ebaddfd232c5ee6e0abd0d419a9ccf6 /games/xbubble/files | |
parent | a35f4c7582a11242431b3cf09383b933c200cb7c (diff) | |
download | ports-f062c8915542aa7339ae4fa6667a18be981c113e.tar.gz ports-f062c8915542aa7339ae4fa6667a18be981c113e.zip |
Notes
Diffstat (limited to 'games/xbubble/files')
-rw-r--r-- | games/xbubble/files/patch-src::init.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xbubble/files/patch-src::init.c b/games/xbubble/files/patch-src::init.c new file mode 100644 index 000000000000..718172d4731f --- /dev/null +++ b/games/xbubble/files/patch-src::init.c @@ -0,0 +1,11 @@ +--- src/init.c.old Tue Feb 3 18:14:28 2004 ++++ src/init.c Tue Feb 3 18:14:37 2004 +@@ -460,7 +460,7 @@ + return return_val; + } + +-int diren_select_bubbles (const struct dirent *d) { ++int diren_select_bubbles (struct dirent *d) { + int color; + int state; + |