diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2013-02-15 02:09:16 +0400 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2013-02-15 02:09:16 +0400 |
commit | d59b2602b3ec5bc7fafd36ae7abe27b9042c70e7 (patch) | |
tree | e5842cd429cdd9c1abb09e4425a892123c31d48b | |
parent | 35392256098f36dd1ea9f91c4558ef6457d52918 (diff) | |
download | nasm-d59b2602b3ec5bc7fafd36ae7abe27b9042c70e7.tar.gz nasm-d59b2602b3ec5bc7fafd36ae7abe27b9042c70e7.tar.bz2 nasm-d59b2602b3ec5bc7fafd36ae7abe27b9042c70e7.zip |
Drop trailing space from directive.pl
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
-rwxr-xr-x | directiv.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/directiv.pl b/directiv.pl index 0417f56..01af235 100755 --- a/directiv.pl +++ b/directiv.pl @@ -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) { |