diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-11-21 11:19:45 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-11-21 11:19:45 +0000 |
commit | 2bc01f95648cd9b4a2e78bbc47b1ede262db7cf2 (patch) | |
tree | e9b75b5f763995fdc5dda3bbe94d5bbb78a4a8ad /korean | |
parent | c4d5f84407e7b1d06468f4e961fdadac188bd83f (diff) | |
download | ports-2bc01f95648cd9b4a2e78bbc47b1ede262db7cf2.tar.gz ports-2bc01f95648cd9b4a2e78bbc47b1ede262db7cf2.zip |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/bitchx/files/patch-status.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/korean/bitchx/files/patch-status.c b/korean/bitchx/files/patch-status.c new file mode 100644 index 000000000000..5f79467876b7 --- /dev/null +++ b/korean/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; \ + \ |