cmake: fix target properties
[awesomized/libmemcached] / src / libmemcachedprotocol / binary_handler.c
index 84151cfed4f23fa02f686ba483507fe8a66407c6..cdc03b93e3ae1b261b2b15f902312ff93d652038 100644 (file)
@@ -1,6 +1,6 @@
 /*
     +--------------------------------------------------------------------+
-    | libmemcached - C/C++ Client Library for memcached                  |
+    | libmemcached-awesome - C/C++ Client Library for memcached          |
     +--------------------------------------------------------------------+
     | Redistribution and use in source and binary forms, with or without |
     | modification, are permitted under the terms of the BSD license.    |
@@ -933,7 +933,7 @@ stat_command_handler(const void *cookie, protocol_binary_request_header *header,
                       .opaque = header->request.opaque,
                   },
           }};
-      rval = response_handler(cookie, header, &response);
+      rval = response_handler(cookie, header, (void *) &response);
     }
   } else {
     rval = PROTOCOL_BINARY_RESPONSE_UNKNOWN_COMMAND;