about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--other/ppmsvgalib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/ppmsvgalib.c b/other/ppmsvgalib.c
index 67cc2b1a..f607d047 100644
--- a/other/ppmsvgalib.c
+++ b/other/ppmsvgalib.c
@@ -249,7 +249,7 @@ main(int argc, char *argv[]) {
     int format;
     int rc;
 
-    ppm_init( &argc, argv );
+    ppm_init(&argc, argv);
 
     rc = vga_init();         /* Initialize. */
     if (rc < 0)