Add missing ".
authorRoland McGrath <roland@redhat.com>
Wed, 7 Sep 1994 00:15:23 +0000 (00:15 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 7 Sep 1994 00:15:23 +0000 (00:15 +0000)
default.c

index 53dfed10abf26efa53786e3abb63b8e5f08a276a..154cb82547e629852dc0c7182beaa1ed459fdfe0 100644 (file)
--- a/default.c
+++ b/default.c
@@ -219,7 +219,7 @@ static char *default_variables[] =
     "AS", "as",
 #ifdef GCC_IS_NATIVE
     "CC", "gcc",
-    "CXX, "gcc",
+    "CXX", "gcc",
 #else
     "CC", "cc",
     "CXX", "g++",