diff options
Diffstat (limited to 'slv2/util.h')
-rw-r--r-- | slv2/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slv2/util.h b/slv2/util.h index cba7af3..f01fdaa 100644 --- a/slv2/util.h +++ b/slv2/util.h @@ -43,7 +43,7 @@ const char* slv2_uri_to_path(const char* uri); /** @} */ #ifdef __cplusplus -} +} /* extern "C" */ #endif #endif /* __SLV2_UTIL_H__ */ |