about summary refs log tree commit diff
path: root/converter/other/pamtosvg/image-proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/pamtosvg/image-proc.h')
-rw-r--r--converter/other/pamtosvg/image-proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/pamtosvg/image-proc.h b/converter/other/pamtosvg/image-proc.h
index a5b86ec1..0607d3dd 100644
--- a/converter/other/pamtosvg/image-proc.h
+++ b/converter/other/pamtosvg/image-proc.h
@@ -25,7 +25,7 @@ typedef struct
 /* Allocate and compute a new distance map. */
 extern distance_map_type new_distance_map(bitmap_type,
     unsigned char target_value, bool padded,
-					  at_exception_type * exp);
+                                          at_exception_type * exp);
 
 /* Free the dynamically-allocated storage associated with a distance map. */
 extern void free_distance_map(distance_map_type*);