Fixed coding style issues pointed out by Jerome.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29009 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2009-01-25 12:17:02 +00:00
parent b8d584b4b8
commit 5ade2c5acd

View File

@ -25,10 +25,10 @@
#include <new>
#include <Alert.h>
#include <Directory.h>
#include <Beep.h>
#include <Clipboard.h>
#include <Debug.h>
#include <Directory.h>
#include <Dragger.h>
#include <Input.h>
#include <MenuItem.h>
@ -1590,7 +1590,7 @@ TermView::_SecondaryMouseButtonDropped(BMessage* msg)
{
// Launch menu to choose what is to do with the msg data
BPoint point;
if (msg->FindPoint("_drop_point_", &point) < B_OK)
if (msg->FindPoint("_drop_point_", &point) != B_OK)
return;
BMessage* insertMessage = new BMessage(*msg);