From 12bcfec04fcbe6425e327109ad47cd2b2b80d2bd Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 5 Nov 2014 10:15:38 +0000 Subject: markup with event type not checker type Change-Id: I14c0c5d90b67000cb4fe9e6be647854abfe784da --- idlc/source/parser.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'idlc') diff --git a/idlc/source/parser.y b/idlc/source/parser.y index afa38013a3da..400778026c9c 100644 --- a/idlc/source/parser.y +++ b/idlc/source/parser.y @@ -2154,7 +2154,7 @@ at_least_one_scoped_name : } else { StringList* pScopedNames = new StringList(); - //coverity [copy_paste_error] + // coverity [copy_paste_error] pScopedNames->push_back(*$1); $$ = pScopedNames; } -- cgit