aboutsummaryrefslogtreecommitdiff
path: root/cube.c
diff options
context:
space:
mode:
Diffstat (limited to 'cube.c')
-rw-r--r--cube.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/cube.c b/cube.c
index cc38be7..3ba3926 100644
--- a/cube.c
+++ b/cube.c
@@ -94,9 +94,6 @@ Section: constants and strings
94#define BDm 46 94#define BDm 46
95#define BLm 47 95#define BLm 47
96 96
97#define errormove 99U
98#define errortrans 99U
99
100#define _c_ufr 0U 97#define _c_ufr 0U
101#define _c_ubl 1U 98#define _c_ubl 1U
102#define _c_dfl 2U 99#define _c_dfl 2U
@@ -620,7 +617,7 @@ readtrans(char *buf)
620 return t; 617 return t;
621 618
622 DBG_LOG("readtrans error\n"); 619 DBG_LOG("readtrans error\n");
623 return errortrans; 620 return _error;
624} 621}
625 622
626void 623void

Generated with cgit - Back to sebastiano.tronto.net