-rw-r--r-- | libopie/odevice.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie/odevice.cpp b/libopie/odevice.cpp index 2b7e927..9f64fc0 100644 --- a/libopie/odevice.cpp +++ b/libopie/odevice.cpp | |||
@@ -693,5 +693,5 @@ int iPAQ::readLightSensor ( ) | |||
693 | char buffer [8]; | 693 | char buffer [8]; |
694 | 694 | ||
695 | if ( ::read ( fd, buffer, 5 ) == 5 ) | 695 | if ( ::read ( fd, buffer, 5 ) == 5 ) { |
696 | char *endptr; | 696 | char *endptr; |
697 | 697 | ||