aboutsummaryrefslogtreecommitdiff
path: root/src/io_move_trans.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/io_move_trans.h')
-rw-r--r--src/io_move_trans.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io_move_trans.h b/src/io_move_trans.h
index e36b8e5..14130c7 100644
--- a/src/io_move_trans.h
+++ b/src/io_move_trans.h
@@ -49,7 +49,7 @@ readtrans(const char *buf)
49 if (!strncmp(buf, transstr[t], 11)) 49 if (!strncmp(buf, transstr[t], 11))
50 return t; 50 return t;
51 51
52 DBG_LOG("readtrans error\n"); 52 _log("readtrans error\n");
53 return _error; 53 return _error;
54} 54}
55 55

Generated with cgit - Back to sebastiano.tronto.net