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:
parent
b8d584b4b8
commit
5ade2c5acd
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user