Remove one more multi-line string literal.
This commit is contained in:
parent
edad3af28d
commit
c19a298149
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user