diff options
| author | Joseph Elliott Hand <jhand@hawaii.edu> | 2026-04-30 23:13:24 -1000 |
|---|---|---|
| committer | Joseph Elliott Hand <jhand@hawaii.edu> | 2026-04-30 23:13:24 -1000 |
| commit | 8b5075dad32efac4e88f6d2b1a30f436373bd99d (patch) | |
| tree | 47b1693c7b5ec28dc39e2f24aa510679f8080763 | |
| parent | 8ea29c87205ec37a07026c9cde262a9572d91450 (diff) | |
| download | unit.h-8b5075dad32efac4e88f6d2b1a30f436373bd99d.tar.gz | |
Remove placeholder error message
Signed-off-by: Joseph Elliott Hand <jhand@hawaii.edu>
| -rw-r--r-- | unit.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -153,8 +153,7 @@ get_unit_value(char const * string) { int result = get_token(string + offset, &tokens[token_count]); if (result < 0) { - printf("Wat...\n"); - return 1.0; + goto error; } if (result == 0) break; |
