diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-07-18 12:07:23 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-07-18 12:07:23 +0000 |
commit | f77da47d331b21210bdeb9c5c4c0dc9ccb390103 (patch) | |
tree | 07dcee2437c4aee2e1478ab2cae429051cef6340 /irc | |
parent | 4c9a143a58dc8e44cd19152188bf5b94291e7502 (diff) | |
download | ports-f77da47d331b21210bdeb9c5c4c0dc9ccb390103.tar.gz ports-f77da47d331b21210bdeb9c5c4c0dc9ccb390103.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/bitchx/files/patch-status.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/bitchx/files/patch-status.c b/irc/bitchx/files/patch-status.c new file mode 100644 index 000000000000..5f79467876b7 --- /dev/null +++ b/irc/bitchx/files/patch-status.c @@ -0,0 +1,11 @@ +--- source/status.c.orig Fri Jul 18 04:58:48 2003 ++++ source/status.c Fri Jul 18 05:02:50 2003 +@@ -1213,7 +1213,7 @@ + * current-type window, although i think they should go to all windows. + */ + #define STATUS_VAR(x) \ +-static char *status_user ## x ## (Window *window) \ ++static char *status_user ## x (Window *window) \ + { \ + char *text; \ + \ |