diff -r 5b04770444df -r 742607c464c4 tool/CommandSiiRead.h --- a/tool/CommandSiiRead.h Tue Feb 02 19:38:32 2010 +0100 +++ b/tool/CommandSiiRead.h Fri Feb 05 10:29:47 2010 +0100 @@ -44,12 +44,12 @@ void execute(MasterDevice &, const StringVector &); protected: - struct CategoryName { - uint16_t type; - const char *name; - }; - static const CategoryName categoryNames[]; - static const char *getCategoryName(uint16_t); + struct CategoryName { + uint16_t type; + const char *name; + }; + static const CategoryName categoryNames[]; + static const char *getCategoryName(uint16_t); }; /****************************************************************************/