summaryrefslogtreecommitdiff
path: root/mach/errsystems.awk
diff options
context:
space:
mode:
Diffstat (limited to 'mach/errsystems.awk')
-rw-r--r--mach/errsystems.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mach/errsystems.awk b/mach/errsystems.awk
index c5cc5302b4..b01c1bd0eb 100644
--- a/mach/errsystems.awk
+++ b/mach/errsystems.awk
@@ -16,6 +16,6 @@ const struct error_system __mach_error_systems[err_max_system + 1] =";
}
END {
print " };";
- printf "\n\
+ print "\n\
const int __mach_error_system_count = errlib_count (__mach_error_systems);";
}