Turned on -fvisibility=hidden. Added API markers to the code.
[awesomized/libmemcached] / libmemcached / memcached_strerror.c
index e643db2b7422a2664558411cecd2044703cfcd69..47afdbda396bdaafac606e1c7566ebd5175f564c 100644 (file)
@@ -55,7 +55,7 @@ char *memcached_strerror(memcached_st *ptr __attribute__((unused)), memcached_re
   case MEMCACHED_STAT:
     return "STAT VALUE";
   case MEMCACHED_ITEM:
-    return "ITEM";
+    return "ITEM VALUE";
   case MEMCACHED_ERRNO:
     return "SYSTEM ERROR";
   case MEMCACHED_FAIL_UNIX_SOCKET:
@@ -82,5 +82,5 @@ char *memcached_strerror(memcached_st *ptr __attribute__((unused)), memcached_re
     return "Gibberish returned!";
   default:
     return "Gibberish returned!";
-  };
+  }
 }