Few more cleanups.
[awesomized/libmemcached] / tests / test.h
index 7c0e49daef93e2ce0b05027f04df4d97767b7b21..77adaf539c21a06ce085bdf66cbd9b4962e34d34 100644 (file)
@@ -16,7 +16,7 @@ typedef enum {
   TEST_SUCCESS= 0, /* Backwards compatibility */
   TEST_FAILURE,
   TEST_MEMORY_ALLOCATION_FAILURE,
-  TEST_MAXIMUM_RETURN, /* Always add new error code before */
+  TEST_MAXIMUM_RETURN /* Always add new error code before */
 } test_return;
 
 struct test_st {