summaryrefslogtreecommitdiffstats
path: root/libkscan/kscandevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkscan/kscandevice.cpp')
-rw-r--r--libkscan/kscandevice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkscan/kscandevice.cpp b/libkscan/kscandevice.cpp
index 653ef998..9d433dcc 100644
--- a/libkscan/kscandevice.cpp
+++ b/libkscan/kscandevice.cpp
@@ -1289,7 +1289,7 @@ void KScanDevice::doProcessABlock( void )
{
case SANE_FRAME_RGB:
if( sane_scan_param.lines < 1 ) break;
- bytes_written += rest_bytes; // die �bergebliebenen Bytes dazu
+ bytes_written += rest_bytes; // die übergebliebenen Bytes dazu
rest_bytes = bytes_written % 3;
for( val = 0; val < ((bytes_written-rest_bytes) / 3); val++ )