mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-18 16:25:05 +08:00
Drop trailing space from directive.pl
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
3539225609
commit
d59b2602b3
@ -122,7 +122,7 @@ if ($output eq 'h') {
|
||||
print C "#include \"directiv.h\"\n";
|
||||
print C "\n";
|
||||
|
||||
printf C "const char * const directives[%d] = \n",
|
||||
printf C "const char * const directives[%d] =\n",
|
||||
scalar(@directives)+scalar(@specials);
|
||||
$c = '{';
|
||||
foreach $d (@specials) {
|
||||
|
Loading…
Reference in New Issue
Block a user