pandora-build v0.75. Also fixed visibility which had accidentally been turned off.
[awesomized/libmemcached] / example / memcached_light.c
index 86087c5a9b7010140a4de95a0ade3b1e2c5fb72f..c4495b5946802eca82b3e4ae11ada8573d9bf9ac 100644 (file)
@@ -234,7 +234,7 @@ int main(int argc, char **argv)
    * We need to initialize the handlers manually due to a bug in the
    * warnings generated by struct initialization in gcc (all the way up to 4.4)
    */
-  initialize_iterface_v0_handler();
+  initialize_interface_v0_handler();
 
   while ((cmd= getopt(argc, argv, "v1p:?")) != EOF)
   {