aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd/ncp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ncpd/ncp.cc')
-rw-r--r--ncpd/ncp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ncpd/ncp.cc b/ncpd/ncp.cc
index b3cf009..bf99cac 100644
--- a/ncpd/ncp.cc
+++ b/ncpd/ncp.cc
@@ -247,7 +247,7 @@ decodeControlMessage(bufferStore & buff)
// sent, which is rather crude, but works for Series 3
// and probably 5. If Symbian have changed EPOC Connect
// for the Series 5mx/7, this may need to change.
- //
+ //
if (ver == PV_SERIES_5 || ver == PV_SERIES_3) {
bufferStore b;
protocolVersion = ver;