about summary refs log tree commit diff
path: root/converter/other/jbig/pnmtojbig.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/jbig/pnmtojbig.c')
-rw-r--r--converter/other/jbig/pnmtojbig.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/converter/other/jbig/pnmtojbig.c b/converter/other/jbig/pnmtojbig.c
index 5757680e..ebdb4993 100644
--- a/converter/other/jbig/pnmtojbig.c
+++ b/converter/other/jbig/pnmtojbig.c
@@ -64,6 +64,7 @@ static void
 }
 
 
+
 /*
  * Callback procedure which is used by JBIG encoder to deliver the
  * encoded data. It simply sends the bytes to the output file.
@@ -461,3 +462,6 @@ main(int argc, char **argv) {
 
     return 0;
 }
+
+
+