graphitemaster / incbin

Include binary files in C/C++
The Unlicense
966 stars 90 forks source link

One space kills the fun: Fix for OS X "unknown instruction .byte1" #18

Closed IngwiePhoenix closed 8 years ago

IngwiePhoenix commented 8 years ago

As the title says, one space kills the fun.

Without the space, an instruction like .byte1 might be generated, where 1 is the start byte. But it happens to basically any instruction generated from this.

One space, one fix. :)