The text section alignment should be default, not 1.

This commit is contained in:
Marcus Meissner 2002-08-15 21:47:27 +00:00 committed by Alexandre Julliard
parent c74b0989b4
commit f0b8fe562e
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ static int output_exports( FILE *outfile, int nr_exports )
/* output the function names */
fprintf( outfile, " \"\\t.text 1\\n\"\n" );
fprintf( outfile, " \"\\t.text\\n\"\n" );
fprintf( outfile, " \"__wine_spec_exp_names:\\n\"\n" );
for (i = 0; i < nb_names; i++)
fprintf( outfile, " \"\\t" STRING " \\\"%s\\\"\\n\"\n", Names[i]->name );