aboutsummaryrefslogtreecommitdiff
path: root/src/core/transform.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/transform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/transform.h b/src/core/transform.h
index d1d2931..91d4893 100644
--- a/src/core/transform.h
+++ b/src/core/transform.h
@@ -371,7 +371,7 @@ applytrans(oriented_cube_t cube, const char *buf)
371{ 371{
372 uint8_t t; 372 uint8_t t;
373 373
374 DBG_ASSERT(isconsistent(cube), ZERO_ORIENTED_CUBE, 374 DBG_ASSERT(isconsistent(cube),
375 "transformation error: inconsistent cube\n"); 375 "transformation error: inconsistent cube\n");
376 376
377 t = readtrans(buf); 377 t = readtrans(buf);

Generated with cgit - Back to sebastiano.tronto.net