From dfb0f0381615f5dbd3d24854779aabfd5b2d88bb Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 10 Aug 2003 03:32:38 +0000 Subject: [PATCH] Fix compiler warning about new line at end of file. --- stepmania/src/ProductInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ProductInfo.h b/stepmania/src/ProductInfo.h index af480c548f..1b02de0bc5 100644 --- a/stepmania/src/ProductInfo.h +++ b/stepmania/src/ProductInfo.h @@ -3,4 +3,4 @@ #define PRODUCT_NAME "StepMania" #define PRODUCT_VER "3.9 alpha 2" -#define PRODUCT_NAME_VER PRODUCT_NAME " " PRODUCT_VER \ No newline at end of file +#define PRODUCT_NAME_VER PRODUCT_NAME " " PRODUCT_VER