about summary refs log tree commit diff stats
path: root/084emit-hex-array.subx
diff options
context:
space:
mode:
Diffstat (limited to '084emit-hex-array.subx')
-rw-r--r--084emit-hex-array.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/084emit-hex-array.subx b/084emit-hex-array.subx
index 9708f240..892c7318 100644
--- a/084emit-hex-array.subx
+++ b/084emit-hex-array.subx
@@ -4,7 +4,7 @@
 # . 1-3 bytes   3 bits              2 bits          3 bits        3 bits      3 bits        2 bits      2 bits      0/1/2/4 bytes   0/1/2/4 bytes
 
 # print 'arr' in hex with a space after every byte
-emit-hex-array:  # out : (address buffered-file), arr : (address array byte) -> <void>
+emit-hex-array:  # out : (address buffered-file), arr : (address array byte)
     # . prologue
     55/push-ebp
     89/copy                         3/mod/direct    5/rm32/ebp    .           .             .           4/r32/esp   .               .                 # copy esp to ebp