Fixed build, sorry again - sure, with a commit that big, I just had to mess it up :/

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15054 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-11-20 21:19:55 +00:00
parent 551528038f
commit 5232a619c1
+5 -6
View File
@@ -1,7 +1,7 @@
/*
** Copyright 2004, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the Haiku License.
*/
/*
* Copyright 2004-2005, Axel Dörfler, [email protected]. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#include <ByteOrder.h>
@@ -114,8 +114,7 @@ swap_data(type_code type, void *_data, size_t length, swap_action action)
messengerPrivate.SetTo(
__swap_int32(messengerPrivate.Team()),
__swap_int32(messengerPrivate.Port()),
__swap_int32(messengerPrivate.Token()),
messengerPrivate.IsPreferredTarget());
__swap_int32(messengerPrivate.Token()));
messenger++;
}
break;