Message ID | ortxe7agrk.fsf@livre.home (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
applied! On Tue, 17 Dec 2013, Alexandre Oliva wrote: > I'm pretty sure I posted this long ago, but I don't see that it's made > it. > > -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Fix typo in #undef in ceph-dencoder From: Alexandre Oliva <oliva@gnu.org> Signed-off-by: Alexandre Oliva <oliva@gnu.org> --- src/test/encoding/ceph_dencoder.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/encoding/ceph_dencoder.cc b/src/test/encoding/ceph_dencoder.cc index dbed6f5..690ef25 100644 --- a/src/test/encoding/ceph_dencoder.cc +++ b/src/test/encoding/ceph_dencoder.cc @@ -209,7 +209,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);