Browse Source

Format comment in the adequate style

pull/278/head
Jean Pierre Cimalando 4 years ago
parent
commit
b46ff0270e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      distrho/src/DistrhoDefines.h

+ 1
- 1
distrho/src/DistrhoDefines.h View File

@@ -74,7 +74,7 @@
#if defined(__GNUC__) #if defined(__GNUC__)
# define DISTRHO_DEPRECATED __attribute__((deprecated)) # define DISTRHO_DEPRECATED __attribute__((deprecated))
#elif defined(_MSC_VER) #elif defined(_MSC_VER)
# define DISTRHO_DEPRECATED [[deprecated]] // Note: __declspec(deprecated) it not applicable to enum members
# define DISTRHO_DEPRECATED [[deprecated]] /* Note: __declspec(deprecated) it not applicable to enum members */
#else #else
# define DISTRHO_DEPRECATED # define DISTRHO_DEPRECATED
#endif #endif


Loading…
Cancel
Save