diff options
Diffstat (limited to 'tools/scripts/make-asm-offsets')
-rwxr-xr-x | tools/scripts/make-asm-offsets | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/scripts/make-asm-offsets b/tools/scripts/make-asm-offsets index 4c33756..c686976 100755 --- a/tools/scripts/make-asm-offsets +++ b/tools/scripts/make-asm-offsets @@ -22,6 +22,6 @@ SED_CMD="/^->/{s:->#\(.*\):/* \1 */:; \ echo " *" echo " */" echo "" - sed -ne "${SED_CMD}" $1 + sed -ne "${SED_CMD}" $1 echo "" echo "#endif" ) > $2 |