From: Owen Shepherd Date: Sun, 30 Dec 2012 20:30:08 +0000 (+0000) Subject: uchar.h: correct preprocessor directives X-Git-Url: https://pd.if.org/git/?p=pdclib;a=commitdiff_plain;h=2088984ca8d3594e1a5f4fc1f59263cbdb3ac6a3 uchar.h: correct preprocessor directives --- diff --git a/includes/uchar.h b/includes/uchar.h index 3b34c92..d93d50c 100644 --- a/includes/uchar.h +++ b/includes/uchar.h @@ -35,5 +35,6 @@ typedef _PDCLIB_char16_t char16_t; #define _PDCLIB_CHAR32_T_DEFINED _PDCLIB_CHAR32_T_DEFINED typedef _PDCLIB_char32_t char32_t; #endif +#endif #endif \ No newline at end of file