From 2c5ecf5495e237acaf9380277d5c18a1299c0e05 Mon Sep 17 00:00:00 2001 From: James Fraser Date: Fri, 14 Dec 2018 20:19:52 +1100 Subject: [PATCH] Update fff_test_cpp.cpp --- test/fff_test_cpp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fff_test_cpp.cpp b/test/fff_test_cpp.cpp index 2c1c65a..f349177 100644 --- a/test/fff_test_cpp.cpp +++ b/test/fff_test_cpp.cpp @@ -74,7 +74,7 @@ namespace cxx #ifndef TEST_WITH_CALLING_CONVENTIONS FAKE_VOID_FUNC(voidfunc1, cxx::int_t); #else - FAKE_VOID_FUNC(_cdecl, voidfunc1, cxx::int_t); + FAKE_VOID_FUNC(_cdecl, voidfunc1, cxx::int_t); #endif }