summaryrefslogtreecommitdiffstats
path: root/src/net/netcomputer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/netcomputer.cpp')
-rw-r--r--src/net/netcomputer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/netcomputer.cpp b/src/net/netcomputer.cpp
index c4af342..8834f4a 100644
--- a/src/net/netcomputer.cpp
+++ b/src/net/netcomputer.cpp
@@ -57,7 +57,7 @@ void NetComputer::disconnect(const MessageOut &msg)
}
void NetComputer::send(const MessageOut &msg, bool reliable,
- unsigned int channel)
+ unsigned channel)
{
LOG_DEBUG("Sending message " << msg << " to " << *this);