summaryrefslogtreecommitdiff
path: root/chat/bitchx/patches/patch-am
blob: f60fb8ddb44b35c87f3f9d186c2f5e60b37b57a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-am,v 1.1 2003/12/02 01:55:30 jmcneill Exp $

--- source/status.c.orig	2003-12-01 21:52:00.000000000 -0400
+++ source/status.c	2003-12-01 21:52:43.000000000 -0400
@@ -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;							\
 									\