From 044a0622ca7e9daf9b3e1ee7673263aef6b5f0b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Rivi=C3=A8re?= Date: Mon, 22 Oct 2012 11:28:34 +0000 Subject: [PATCH] Fixed newline at end of file. --- bas.lk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bas.lk.in b/bas.lk.in index 7c346d0..52e9abc 100644 --- a/bas.lk.in +++ b/bas.lk.in @@ -85,4 +85,4 @@ SECTIONS { __BAS_LMA = LOADADDR(.bas); __BAS_VMA = ADDR(.bas); __BAS_SIZE = SIZEOF(.bas); -} \ No newline at end of file +}