diff --git a/headers/private/app/ServerReadOnlyMemory.h b/headers/private/app/ServerReadOnlyMemory.h index cd74bb77f1..bda4cbd096 100644 --- a/headers/private/app/ServerReadOnlyMemory.h +++ b/headers/private/app/ServerReadOnlyMemory.h @@ -45,7 +45,7 @@ index_to_color_which(int32 index) return (color_which)(index + 1); else { return (color_which)(index + B_SUCCESS_COLOR - - kColorWhichCount - 3); + - kColorWhichCount + 3); } }