Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVivian Kong2009-09-30 16:36:13 +0000
committerVivian Kong2009-09-30 16:36:13 +0000
commit12376b0b5749169aaa122afe14512e4a4ba89f42 (patch)
tree498373d10c611514c5c7fa3f5746b95228963cc4
parentaf8eba35c9c11512d5de9cffeb454fc52d3113a3 (diff)
downloadorg.eclipse.cdt-12376b0b5749169aaa122afe14512e4a4ba89f42.tar.gz
org.eclipse.cdt-12376b0b5749169aaa122afe14512e4a4ba89f42.tar.xz
org.eclipse.cdt-12376b0b5749169aaa122afe14512e4a4ba89f42.zip
minor NLS fix
-rw-r--r--core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/ParserMessages.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/ParserMessages.properties b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/ParserMessages.properties
index 5e4a4361fca..5af11b0f356 100644
--- a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/ParserMessages.properties
+++ b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/ParserMessages.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2005, 2008 IBM Corporation and others.
+# Copyright (c) 2005, 2009 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -35,7 +35,7 @@ ScannerProblemFactory.error.preproc.macroUsage=Macro usage error for macro : {0}
ScannerProblemFactory.error.preproc.circularInclusion=Circular inclusion for file : {0}
ScannerProblemFactory.error.preproc.invalidDirective=Invalid preprocessor directive : {0}
ScannerProblemFactory.error.preproc.macroPasting=Invalid use of macro pasting in macro : {0}
-ScannerProblemFactory.error.preproc.missingRParen=missing ')' in parameter list of macro : {0}
+ScannerProblemFactory.error.preproc.missingRParen=missing '')'' in parameter list of macro : {0}
ScannerProblemFactory.error.preproc.invalidVaArgs=__VA_ARGS__ can only appear in the expansion of a C99 variadic macro
ScannerProblemFactory.error.scanner.invalidEscapeChar=Invalid escape character encountered

Back to the top