From 72a514b6e6bd82fd366172923799edc02007ba69 Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Mon, 28 Nov 2005 10:20:44 +0000 Subject: [PATCH] fix no newline at end of file warning svn path=/trunk/; revision=19718 --- reactos/lib/cpl/mmsys/En.rc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reactos/lib/cpl/mmsys/En.rc b/reactos/lib/cpl/mmsys/En.rc index 39989faa5cc..cc1c89a1dde 100644 --- a/reactos/lib/cpl/mmsys/En.rc +++ b/reactos/lib/cpl/mmsys/En.rc @@ -11,4 +11,5 @@ STRINGTABLE BEGIN IDS_CPLNAME "Sound and Audio Devices" IDS_CPLDESCRIPTION "Changes the sound scheme for your computer, or configure the settings for your speakers and recording devices." -END \ No newline at end of file +END +