diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-10 19:49:48 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-10 19:49:48 +0200 |
| commit | 5e291466fbbc45aed74f67a1b2e555d1f0c44d8f (patch) | |
| tree | ebe96c88599d55ee1b986412f1d0456f55f950a9 /src/core/io_trans.h | |
| parent | d4fadc24ee1993104bac7fd854ed6ca83f60ee66 (diff) | |
| download | nissy-core-5e291466fbbc45aed74f67a1b2e555d1f0c44d8f.tar.gz nissy-core-5e291466fbbc45aed74f67a1b2e555d1f0c44d8f.zip | |
Improved error messages and add some comments in nissy.h
Diffstat (limited to 'src/core/io_trans.h')
| -rw-r--r-- | src/core/io_trans.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/io_trans.h b/src/core/io_trans.h index d91e9a2..f4e8ace 100644 --- a/src/core/io_trans.h +++ b/src/core/io_trans.h | |||
| @@ -10,7 +10,6 @@ readtrans(const char *buf) | |||
| 10 | if (!strncmp(buf, transstr[t], 11)) | 10 | if (!strncmp(buf, transstr[t], 11)) |
| 11 | return t; | 11 | return t; |
| 12 | 12 | ||
| 13 | LOG("readtrans error\n"); | ||
| 14 | return UINT8_ERROR; | 13 | return UINT8_ERROR; |
| 15 | } | 14 | } |
| 16 | 15 | ||
