From b3076ee99192b60a9c2ddcb3e161658008351c88 Mon Sep 17 00:00:00 2001 From: kan Date: Sat, 19 May 2007 06:37:32 +0000 Subject: Cosmetics: remove extra space from GCC version string. --- contrib/gcc/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/gcc/version.c') diff --git a/contrib/gcc/version.c b/contrib/gcc/version.c index 0da50b1..2f7906e 100644 --- a/contrib/gcc/version.c +++ b/contrib/gcc/version.c @@ -9,7 +9,7 @@ in parentheses. You may also wish to include a number indicating the revision of your modified compiler. */ -#define VERSUFFIX " [FreeBSD]" +#define VERSUFFIX "[FreeBSD]" /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, -- cgit v1.1