diff options
author | gibbs <gibbs@FreeBSD.org> | 2002-06-06 16:07:18 +0000 |
---|---|---|
committer | gibbs <gibbs@FreeBSD.org> | 2002-06-06 16:07:18 +0000 |
commit | a75981791aa17018a460c582de415202e5e436c5 (patch) | |
tree | 8d92ebfade21d3ca4b535953a6ab7956a78a3ead /sys | |
parent | 936333132d6fa08743617b6d66cfa51768bd6821 (diff) | |
download | FreeBSD-src-a75981791aa17018a460c582de415202e5e436c5.zip FreeBSD-src-a75981791aa17018a460c582de415202e5e436c5.tar.gz |
Remove one more multi-line string literal.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/aic7xxx/aicasm/aicasm_symbol.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/aic7xxx/aicasm/aicasm_symbol.c b/sys/dev/aic7xxx/aicasm/aicasm_symbol.c index 8ee9d83..f165caa 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_symbol.c +++ b/sys/dev/aic7xxx/aicasm/aicasm_symbol.c @@ -404,11 +404,11 @@ symtable_dump(FILE *ofile) /* Output what we have */ fprintf(ofile, -"/* - * DO NOT EDIT - This file is automatically generated - * from the following source files: - * -%s */\n", versions); +"/*\n" +" * DO NOT EDIT - This file is automatically generated\n" +" * from the following source files:\n" +" *\n" +"%s */\n", versions); while (SLIST_FIRST(®isters) != NULL) { symbol_node_t *curnode; u_int value; |