summaryrefslogtreecommitdiffstats
path: root/kviewshell/plugins/djvu/libdjvu/DjVuFile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kviewshell/plugins/djvu/libdjvu/DjVuFile.cpp')
-rw-r--r--kviewshell/plugins/djvu/libdjvu/DjVuFile.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/kviewshell/plugins/djvu/libdjvu/DjVuFile.cpp b/kviewshell/plugins/djvu/libdjvu/DjVuFile.cpp
index 73e3a9c2..21a33450 100644
--- a/kviewshell/plugins/djvu/libdjvu/DjVuFile.cpp
+++ b/kviewshell/plugins/djvu/libdjvu/DjVuFile.cpp
@@ -1,4 +1,3 @@
-//C- -*- C++ -*-
//C- -------------------------------------------------------------------
//C- DjVuLibre-3.5
//C- Copyright (c) 2002 Leon Bottou and Yann Le Cun.
@@ -333,10 +332,10 @@ DjVuFile::wait_for_chunk(void)
bool
DjVuFile::wait_for_finish(bool self)
-// if self==TRUE, will block until decoding of this file is over
-// if self==FALSE, will block until decoding of a child (direct
+// if self==true, will block until decoding of this file is over
+// if self==false, will block until decoding of a child (direct
// or indirect) is over.
-// Will return FALSE if there is nothing to wait for. TRUE otherwise
+// Will return false if there is nothing to wait for. true otherwise
{
DEBUG_MSG("DjVuFile::wait_for_finish(): self=" << self <<"\n");
DEBUG_MAKE_INDENT(3);