From 63e06b585bb795217416baf9a949422c28bc9145 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 9 Sep 2011 02:43:04 -0400 Subject: [PATCH] Added a newline to the end of a file to quiet old versions of GCC. --- src/SDL_hints_c.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SDL_hints_c.h b/src/SDL_hints_c.h index cdaeab1e3..923bd3ee7 100644 --- a/src/SDL_hints_c.h +++ b/src/SDL_hints_c.h @@ -31,4 +31,4 @@ extern SDL_bool SDL_RegisterHintChangedCb(const char *name, SDL_HintChangedCb hi #endif /* _SDL_hints_c_h */ -/* vi: set ts=4 sw=4 expandtab: */ \ No newline at end of file +/* vi: set ts=4 sw=4 expandtab: */