From ba914d8b69ecd139f0e51b8a7807f0483a498d45 Mon Sep 17 00:00:00 2001 From: weissms Date: Sat, 2 Jul 2011 16:31:07 +0000 Subject: [PATCH] Fixed warnings about missing newline at EOF. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@39742 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- rom/disk/disk_init.c | 2 +- rom/graphics/gfxnew.c | 2 +- test/runcommand.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rom/disk/disk_init.c b/rom/disk/disk_init.c index 7420e1b953..192be0939a 100644 --- a/rom/disk/disk_init.c +++ b/rom/disk/disk_init.c @@ -16,4 +16,4 @@ static int GM_UNIQUENAME(Init)(LIBBASETYPEPTR DiscResource) return disk_internal_init(DiscResource); } -ADD2INITLIB(GM_UNIQUENAME(Init), 0) \ No newline at end of file +ADD2INITLIB(GM_UNIQUENAME(Init), 0) diff --git a/rom/graphics/gfxnew.c b/rom/graphics/gfxnew.c index 9e1c20bd55..ddfd3ad01a 100644 --- a/rom/graphics/gfxnew.c +++ b/rom/graphics/gfxnew.c @@ -125,4 +125,4 @@ static LONG dummy_init(void) { bug("xln_Init called\n"); return 0; -} \ No newline at end of file +} diff --git a/test/runcommand.c b/test/runcommand.c index 0f5dce573f..e3f2fb2901 100644 --- a/test/runcommand.c +++ b/test/runcommand.c @@ -36,4 +36,4 @@ int main(int argc, char **argv) printf("current iet_startup: %p, old iet_startup: %p\n", (struct aros_startup *)GetIntETask(FindTask(NULL))->iet_startup, oldstartup); exit(0); -} \ No newline at end of file +} -- 2.11.4.GIT