From 337a12f63fbcb793b6dc5df5821b48c64b2dbc02 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Sun, 28 Apr 2013 23:39:49 -0400 Subject: [PATCH] Another style fix --- src/kits/tracker/FindPanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kits/tracker/FindPanel.cpp b/src/kits/tracker/FindPanel.cpp index 16e1f8fd5c..14107ebcbd 100644 --- a/src/kits/tracker/FindPanel.cpp +++ b/src/kits/tracker/FindPanel.cpp @@ -1775,7 +1775,7 @@ FindPanel::AddMimeTypesToMenu() const char* superType; int32 index = 0; - while (types.FindString("super_types",index++,&superType) == B_OK) { + while (types.FindString("super_types", index++, &superType) == B_OK) { BMenu* superMenu = new BMenu(superType); BMessage* message = new BMessage(kMIMETypeItem);