aboutsummaryrefslogtreecommitdiff
path: root/src/core/io_trans.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-10-10 19:49:48 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-10-10 19:49:48 +0200
commit5e291466fbbc45aed74f67a1b2e555d1f0c44d8f (patch)
treeebe96c88599d55ee1b986412f1d0456f55f950a9 /src/core/io_trans.h
parentd4fadc24ee1993104bac7fd854ed6ca83f60ee66 (diff)
downloadnissy-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.h1
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

Generated with cgit - Back to sebastiano.tronto.net