Style cleanup
[m6w6/libmemcached] / clients / utilities.c
index e7d8df94b067302c8ca2095501d2f5fa03c6e1ab..53a366b2852cc493821c6c9de7336c0aba65a731 100644 (file)
@@ -81,7 +81,7 @@ void help_command(const char *command_name, const char *description,
 void process_hash_option(memcached_st *memc, char *opt_hash)
 {
   uint64_t set;
-  memcached_return rc;
+  memcached_return_t rc;
 
   if (opt_hash == NULL)
     return;