diff --git a/sprout/config/suffix.hpp b/sprout/config/suffix.hpp index 312b6813..ce875c70 100644 --- a/sprout/config/suffix.hpp +++ b/sprout/config/suffix.hpp @@ -87,7 +87,7 @@ #if defined(__GNUC__) || defined(__clang__) # define SPROUT_DEPRECATED __attribute__((deprecated)) #elif defined(_MSC_VER) -# define SPROUT_DEPRECATED) __declspec(deprecated) +# define SPROUT_DEPRECATED __declspec(deprecated) #else # define SPROUT_DEPRECATED #endif