From 298a489b44c4218abb34673539128820f0ad02d9 Mon Sep 17 00:00:00 2001 From: Owen Shepherd Date: Mon, 31 Dec 2012 20:29:31 +0000 Subject: [PATCH] Ensure newline at end of file (suppress warning) --- functions/uchar/_PDCLIB_c32srtombs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/uchar/_PDCLIB_c32srtombs.c b/functions/uchar/_PDCLIB_c32srtombs.c index d5918cc..6e30f89 100644 --- a/functions/uchar/_PDCLIB_c32srtombs.c +++ b/functions/uchar/_PDCLIB_c32srtombs.c @@ -58,4 +58,4 @@ int main( void ) TESTCASE( NO_TESTDRIVER ); return TEST_RESULTS; } -#endif \ No newline at end of file +#endif -- 2.40.0