X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Fcdecl.h;h=fc89197b9280ad24b0a6ff4f095650c54f38bab7;hb=f14c2c41f84d65307411a6dab1aabac80e71d705;hp=ca462c8bdd3e23a1d7e4ed3400a610d0abfb4e9d;hpb=33f474169daae72b9aa4c5ede260663207b2e4a3;p=catta diff --git a/avahi-common/cdecl.h b/avahi-common/cdecl.h index ca462c8..fc89197 100644 --- a/avahi-common/cdecl.h +++ b/avahi-common/cdecl.h @@ -23,17 +23,16 @@ ***/ /** \file cdecl.h C++ compatibility */ - #ifdef __cplusplus /** If using C++ this macro enables C mode, otherwise does nothing */ #define AVAHI_C_DECL_BEGIN extern "C" { -/** If using C++ this macros switches back to C++ mode, otherwise does nothing */ +/** If using C++ this macro switches back to C++ mode, otherwise does nothing */ #define AVAHI_C_DECL_END } #else /** If using C++ this macro enables C mode, otherwise does nothing */ #define AVAHI_C_DECL_BEGIN -/** If using C++ this macros switches back to C++ mode, otherwise does nothing */ +/** If using C++ this macro switches back to C++ mode, otherwise does nothing */ #define AVAHI_C_DECL_END #endif