aboutsummaryrefslogtreecommitdiff
path: root/cube.c
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-11-08 16:18:14 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-11-08 16:18:14 +0100
commite082001f7c7c8ce0d20aebad4e6d6f22d3bf854c (patch)
tree7a8b9875d067feb6c96f39be4080397f8f1eef2d /cube.c
parent72c9082c9824c7ffecc97a94083aa350956285e4 (diff)
downloadnissy-core-e082001f7c7c8ce0d20aebad4e6d6f22d3bf854c.tar.gz
nissy-core-e082001f7c7c8ce0d20aebad4e6d6f22d3bf854c.zip
Moved documentation around, improved configure.sh
Diffstat (limited to '')
-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