comparison mcabber/src/roster.c @ 1331:a97701d8d735

Fix typo in the straffil structure (reported by gst)
author Mikael Berthe <mikael@lilotux.net>
date Sun, 21 Oct 2007 10:07:16 +0200
parents 0dda8238af21
children 9716cf8a0726
comparison
equal deleted inserted replaced
1330:7ba1b6d7ddcd 1331:a97701d8d735
34 34
35 char *straffil[] = { /* Should match enum roster.h */ 35 char *straffil[] = { /* Should match enum roster.h */
36 "none", 36 "none",
37 "owner", 37 "owner",
38 "admin", 38 "admin",
39 "memeber", 39 "member",
40 "outcast" 40 "outcast"
41 }; 41 };
42 42
43 /* Resource structure */ 43 /* Resource structure */
44 44