summaryrefslogtreecommitdiff
path: root/libopie
Side-by-side diff
Diffstat (limited to 'libopie') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/odevice.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/libopie/odevice.cpp b/libopie/odevice.cpp
index 5038cc9..e24e043 100644
--- a/libopie/odevice.cpp
+++ b/libopie/odevice.cpp
@@ -2041,3 +2041,3 @@ Transformation Zaurus::rotation ( ) const
}
-ODirection Zaurus::direction ( ) const
+ODirection Zaurus::direction ( ) const
{
@@ -2050,3 +2050,3 @@ ODirection Zaurus::direction ( ) const
if (handle == -1) {
- dir = Rot270;
+ dir = CW;
} else {
@@ -2054,5 +2054,5 @@ ODirection Zaurus::direction ( ) const
::close (handle);
- if (retval == 2 )
+ if (retval == 2 )
dir = CCW;
- else
+ else
dir = CW;