aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wprt.h
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2003-02-05 07:59:09 +0000
committerFritz Elfert <felfert@to.com>2003-02-05 07:59:09 +0000
commitf0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85 (patch)
tree166bf2df5ca4fc40904af30a56a0de88683baf8d /lib/wprt.h
parent27ba222abbf3137eef49e31ac521de01d39c8088 (diff)
downloadplptools-f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85.tar.gz
plptools-f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85.tar.bz2
plptools-f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85.zip
- Changes for compiling with gcc 3.2
Diffstat (limited to 'lib/wprt.h')
-rw-r--r--lib/wprt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wprt.h b/lib/wprt.h
index 755c2b9..a978f20 100644
--- a/lib/wprt.h
+++ b/lib/wprt.h
@@ -93,7 +93,7 @@ protected:
WPRT_INIT = 0x00,
WPRT_GET = 0xf0,
WPRT_CANCEL = 0xf1,
- WPRT_STOP = 0xff,
+ WPRT_STOP = 0xff
};
/**