1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net-p2p/teknap/files/patch-source-scott.c
Tilman Keskinoz 6d5b131678 Fix build with gcc 3.4
Add another working mastersite.
2004-08-06 15:53:00 +00:00

11 lines
203 B
C

--- source/scott.c.orig Fri Aug 6 17:45:27 2004
+++ source/scott.c Fri Aug 6 17:47:15 2004
@@ -364,6 +364,7 @@
mvwaddstr(main_win, 1, 0, buf);
}
#endif
+ break;
}
#if 0
wrefresh(main_win);