Remove one more multi-line string literal.

This commit is contained in:
Justin T. Gibbs 2002-06-06 16:07:18 +00:00
parent edad3af28d
commit c19a298149

View File

@ -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(&registers) != NULL) {
symbol_node_t *curnode;
u_int value;