From: Owen Shepherd Date: Mon, 31 Dec 2012 20:29:31 +0000 (+0000) Subject: Ensure newline at end of file (suppress warning) X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=commitdiff_plain;h=298a489b44c4218abb34673539128820f0ad02d9 Ensure newline at end of file (suppress warning) --- 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