aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/sound/hex2hex.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/sound/hex2hex.h')
-rw-r--r--sys/i386/isa/sound/hex2hex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/sound/hex2hex.h b/sys/i386/isa/sound/hex2hex.h
index ecd7b4c4239c..5c909174780d 100644
--- a/sys/i386/isa/sound/hex2hex.h
+++ b/sys/i386/isa/sound/hex2hex.h
@@ -81,7 +81,7 @@ int hex2hex(char *source, char *target, char *varline)
}
fprintf(outf, "/*\n *\t Computer generated file. Do not edit.\n */\n");
- fprintf(outf, "%s[] = {\n", varline);
+ fprintf(outf, "static unsigned char %s[] = {\n", varline);
for (i=0;i<l;i++)
{