1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/games/xbill/files/patch-ae

12 lines
221 B
Plaintext
Raw Normal View History

2000-02-03 15:01:25 +00:00
--- Cable.h.orig Thu Jan 23 08:22:49 1997
+++ Cable.h Tue Jan 11 23:39:25 2000
@@ -13,7 +13,7 @@
void setup();
void draw();
void update();
- onspark (int locx, int locy);
+ int onspark (int locx, int locy);
};