diff options
Diffstat (limited to 'lib/libcdio/include/cdio/logging.h')
-rw-r--r-- | lib/libcdio/include/cdio/logging.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libcdio/include/cdio/logging.h b/lib/libcdio/include/cdio/logging.h index 4b358d8129..0a6d853fae 100644 --- a/lib/libcdio/include/cdio/logging.h +++ b/lib/libcdio/include/cdio/logging.h @@ -29,9 +29,9 @@ #include <cdio/types.h> -#ifdef __cplusplus
-extern "C" {
-#endif
+#ifdef __cplusplus +extern "C" { +#endif /** * The different log levels supported. @@ -121,8 +121,8 @@ void cdio_warn (const char format[], ...) GNUC_PRINTF(1,2); */ void cdio_error (const char format[], ...) GNUC_PRINTF(1,2); -#ifdef __cplusplus
-}
+#ifdef __cplusplus +} #endif #endif /* __LOGGING_H__ */ |