summary refs log tree commit diff
path: root/show.c
diff options
context:
space:
mode:
Diffstat (limited to 'show.c')
-rw-r--r--show.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/show.c b/show.c
index 2433fdc..dda396d 100644
--- a/show.c
+++ b/show.c
@@ -57,7 +57,7 @@ show(char *file)
 int
 main(int argc, char *argv[])
 {
-	int i = blaze822_loop(argc-1, argv+1, show);
+	blaze822_loop(argc-1, argv+1, show);
 
 	return 0;
 }