From d6ff78881ca971fd443f6b66220217bf4d1c3a95 Mon Sep 17 00:00:00 2001 From: prabatuty Date: Sun, 27 Mar 2011 18:44:49 +0000 Subject: [PATCH] code cleaning --- src/tools/catalog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/catalog.cxx b/src/tools/catalog.cxx index 593553e5..0390889e 100644 --- a/src/tools/catalog.cxx +++ b/src/tools/catalog.cxx @@ -215,7 +215,7 @@ int main(int argc, char **argv) }else if (opt == 6) { printf(" \n"); - rv = dbMgr->printIndexInfo(name);//TODO::handle no index case to return 1 + rv = dbMgr->printIndexInfo(name); if (rv != OK) { printf(" %s \n", name); -- 2.11.4.GIT