- scan.c:scan_irckline(): we can use char* instead of a void* in the 'kline_format_as...
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Tue, 2 Jun 2015 16:51:06 +0000 (16:51 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Tue, 2 Jun 2015 16:51:06 +0000 (16:51 +0000)
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6030 82007160-df01-0410-b94d-b575c5fd34c7

src/scan.c

index 7ff9b6e8d6b07d3a264b7a8072e73279e7b2b0f3..d39971e0918e9498cf869f02f1e09da415c4253d 100644 (file)
@@ -777,7 +777,7 @@ scan_irckline(const struct scan_struct *ss, const char *format, const char *type
   struct kline_format_assoc
   {
     const char key;
-    const void *data;
+    const char *data;
   } table[] =
   {
     { 'i',  NULL },