]> The Tcpdump Group git mirrors - libpcap/commitdiff
Refine the #ifndef guard in charconv.h. [skip ci]
authorDenis Ovsienko <[email protected]>
Tue, 10 Aug 2021 12:49:21 +0000 (13:49 +0100)
committerDenis Ovsienko <[email protected]>
Tue, 10 Aug 2021 12:49:21 +0000 (13:49 +0100)
charconv.h

index a37d424b7cd592cefc47ee5be8c5aaf10a81a9d5..93103d461ef766c838b52c8161d7ea7ff4b50043 100644 (file)
@@ -32,8 +32,8 @@
  * SUCH DAMAGE.
  */
 
  * SUCH DAMAGE.
  */
 
-#ifndef charonv_h
-#define charonv_h
+#ifndef charconv_h
+#define charconv_h
 
 #ifdef _WIN32
 extern wchar_t *cp_to_utf_16le(UINT codepage, const char *cp_string, DWORD flags);
 
 #ifdef _WIN32
 extern wchar_t *cp_to_utf_16le(UINT codepage, const char *cp_string, DWORD flags);
@@ -41,4 +41,4 @@ extern char *utf_16le_to_cp(UINT codepage, const wchar_t *utf16le_string);
 extern void utf_8_to_acp_truncated(char *);
 #endif
 
 extern void utf_8_to_acp_truncated(char *);
 #endif
 
-#endif
+#endif /* charconv_h */