about summary refs log tree commit diff
path: root/converter/other/pamtoavs.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/pamtoavs.c')
-rw-r--r--converter/other/pamtoavs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/converter/other/pamtoavs.c b/converter/other/pamtoavs.c
index 4764c9e8..2e2bf254 100644
--- a/converter/other/pamtoavs.c
+++ b/converter/other/pamtoavs.c
@@ -39,6 +39,7 @@ sample2char(sample const s,
 }
 
 
+
 #define THIS_SAMPLE_CHAR(PLANE) \
   sample2char(tuplerow[col][PLANE], pamP->maxval)
 
@@ -148,3 +149,5 @@ main(int argc, const char *argv[]) {
     return 0;
 }
 
+
+