headers: add endif comments

Closes #9853
This commit is contained in:
Hirotaka Tagawa 2022-11-05 17:03:16 +09:00 committed by Daniel Stenberg
parent 633493947f
commit 39538fcc4e
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 5 additions and 5 deletions

View file

@ -46,7 +46,7 @@ CURL_EXTERN char *curl_maprintf(const char *format, ...);
CURL_EXTERN char *curl_mvaprintf(const char *format, va_list args);
#ifdef __cplusplus
}
} /* end of extern "C" */
#endif
#endif /* CURLINC_MPRINTF_H */