]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Fix typo in #undef in ceph-dencoder
authorAlexandre Oliva <oliva@gnu.org>
Tue, 17 Dec 2013 10:55:27 +0000 (08:55 -0200)
committerSage Weil <sage@inktank.com>
Tue, 17 Dec 2013 17:02:55 +0000 (09:02 -0800)
Signed-off-by: Alexandre Oliva <oliva@gnu.org>
Signed-off-by: Sage Weil <sage@inktank.com>
src/test/encoding/ceph_dencoder.cc

index 80b4dcda82a6fdb181e26c87143de6e3839ca4a5..d18a01f156dde474fd8caae190c02244f59295ea 100644 (file)
@@ -238,7 +238,7 @@ int main(int argc, const char **argv)
 #undef TYPEWITHSTRAYDATA
 #undef TYPE_FEATUREFUL
 #undef T_STR
-#undef T_STRRINGIFY
+#undef T_STRINGIFY
 
   vector<const char*> args;
   argv_to_vec(argc, argv, args);