Another style fix

This commit is contained in:
John Scipione 2013-04-28 23:39:49 -04:00
parent 32994cb474
commit 337a12f63f

View File

@ -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);