Minor style cleanup.

This commit is contained in:
Axel Dörfler 2013-09-30 00:52:59 +02:00
parent 5e0e2739c9
commit 8be52869c8

View File

@ -533,9 +533,9 @@ Settings::Update(BMessage* message)
return B_BAD_VALUE;
BPath settingsFolderPath;
_GetPath(NULL, settingsFolderPath);
_GetPath(NULL, settingsFolderPath);
if (strncmp(pathName, settingsFolderPath.Path(),
strlen(settingsFolderPath.Path()))) {
strlen(settingsFolderPath.Path()))) {
return B_NAME_NOT_FOUND;
}