diff options
-rw-r--r-- | sal/systools/win32/uwinapi/snprintf.c | 2 | ||||
-rw-r--r-- | sal/systools/win32/uwinapi/snwprintf.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sal/systools/win32/uwinapi/snprintf.c b/sal/systools/win32/uwinapi/snprintf.c index b91ce5c425eb..694eef21fbf9 100644 --- a/sal/systools/win32/uwinapi/snprintf.c +++ b/sal/systools/win32/uwinapi/snprintf.c @@ -7,4 +7,4 @@ #define _MBCS #endif -#include "sntprintf.c"
\ No newline at end of file +#include "sntprintf.c" diff --git a/sal/systools/win32/uwinapi/snwprintf.c b/sal/systools/win32/uwinapi/snwprintf.c index 2f8364ae556b..80a5760c86f1 100644 --- a/sal/systools/win32/uwinapi/snwprintf.c +++ b/sal/systools/win32/uwinapi/snwprintf.c @@ -2,4 +2,4 @@ #define _UNICODE #endif -#include "sntprintf.c"
\ No newline at end of file +#include "sntprintf.c" |