git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28593 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent 2008-11-10 13:47:58 +00:00
parent eb40d3eb59
commit dfdca9b67f

View File

@ -620,7 +620,7 @@ BShelf::MessageReceived(BMessage *msg)
BPoint pos;
if (msg->FindMessage("data", &replicantMsg) == B_OK
&& msg->FindPoint("location", &pos) == B_OK) {
err = AddReplicant(&replicantMsg, pos);:
err = AddReplicant(&replicantMsg, pos);
}
}
break;