diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-05-11 18:49:44 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-05-11 18:49:44 +0100 |
commit | 89b7d027048108cc18c4afe36fcc079800abea3f (patch) | |
tree | f277211a9735fe1f5bb82ce40b63de4a1bcfed1e /tr8as.c | |
parent | 38a7a2d28a79fa061cc31b142f622a47838553be (diff) | |
download | tr8vm-89b7d027048108cc18c4afe36fcc079800abea3f.tar.gz tr8vm-89b7d027048108cc18c4afe36fcc079800abea3f.zip |
Remove whitespace
Diffstat (limited to 'tr8as.c')
-rw-r--r-- | tr8as.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1556,7 +1556,6 @@ static uint8_t parse(As *as, char *c) if (*c == ':') { c++; - if (!new_label(as, word)) return 0; } |