From dd3239821f06d2175bd7261d361b73cdb65d7069 Mon Sep 17 00:00:00 2001 From: "tomas@poseidon.mysql.com" <> Date: Wed, 21 Feb 2007 14:26:47 +0700 Subject: [PATCH] fix c++ syntac in c file --- storage/ndb/src/ndbapi/ndberror_check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/ndb/src/ndbapi/ndberror_check.c b/storage/ndb/src/ndbapi/ndberror_check.c index 49eb781883a..6986d99f3d4 100644 --- a/storage/ndb/src/ndbapi/ndberror_check.c +++ b/storage/ndb/src/ndbapi/ndberror_check.c @@ -20,7 +20,7 @@ int main() { int i, j, error = 0; - // check for duplicate error codes + /* check for duplicate error codes */ for(i = 0; i < NbErrorCodes; i++) { for(j = i + 1; j < NbErrorCodes; j++)