aboutsummaryrefslogtreecommitdiff
path: root/libpkgconf/libpkgconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpkgconf/libpkgconf.h')
-rw-r--r--libpkgconf/libpkgconf.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/libpkgconf/libpkgconf.h b/libpkgconf/libpkgconf.h
index 370bf9a..096d92b 100644
--- a/libpkgconf/libpkgconf.h
+++ b/libpkgconf/libpkgconf.h
@@ -16,9 +16,10 @@
#ifndef LIBPKGCONF__LIBPKGCONF_H
#define LIBPKGCONF__LIBPKGCONF_H
-// Wrap the header content into the 'extern "C"' block, so C++ compiler can
-// handle it properly (issue #136 is reported).
-//
+/*
+ * Wrap the header content into the 'extern "C"' block, so C++ compiler can
+ * handle it properly (issue #136 is reported).
+ */
#ifdef __cplusplus
extern "C" {
#endif