summaryrefslogtreecommitdiff
path: root/makelist
diff options
context:
space:
mode:
Diffstat (limited to 'makelist')
-rw-r--r--makelist4
1 files changed, 2 insertions, 2 deletions
diff --git a/makelist b/makelist
index c8f927651ab3..ecbe720392fc 100644
--- a/makelist
+++ b/makelist
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $NetBSD: makelist,v 1.29 2016/05/09 21:46:56 christos Exp $
+# $NetBSD: makelist,v 1.31 2026/03/04 10:31:46 christos Exp $
#
# Copyright (c) 1992, 1993
# The Regents of the University of California. All rights reserved.
@@ -102,7 +102,7 @@ case $FLAG in
fname = fname s;
}
- printf(" { %-30.30s %-30.30s\n","L\"" fname "\",", uname ",");
+ printf(" { %-30.30s %-30.30s\n", uname ",", "L\"" fname "\",");
ok = 1;
}
}