about summary refs log tree commit diff
path: root/fq.c
diff options
context:
space:
mode:
Diffstat (limited to 'fq.c')
-rw-r--r--fq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fq.c b/fq.c
index cf02c2d..dc165db 100644
--- a/fq.c
+++ b/fq.c
@@ -44,9 +44,9 @@ islocked(int fd)
 }
 
 static int
-alphabetic(const void* a, const void* b)
+alphabetic(const void *a, const void *b)
 {
-	return strcmp(*(char**)a, *(char **)b);
+	return strcmp(*(char **)a, *(char **)b);
 }
 
 int