summaryrefslogtreecommitdiff
path: root/games/netmaj/patches/patch-aj
blob: 7e7a6a3352bb6aa5cf865f6ea78c1d8cd9d3b186 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aj,v 1.1 2004/01/23 19:05:45 agc Exp $

--- log.c	2004/01/23 18:57:54	1.1
+++ log.c	2004/01/23 18:58:33
@@ -31,7 +31,7 @@
 	return pai_strings[n];
 }
 
-char *attr2str(n) attr_t n; {
+char *attr2str(n) pai_attr_t n; {
 	static char buf[4];
 	buf[0] = F_CHARS[F_GET(n)>>F_SHFT];
 	buf[1] = T_CHARS[T_GET(n)>>T_SHFT];