From 2de11821d375a040aff32cdcc5282540a26ecc1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Wed, 28 Jan 1998 18:16:49 -0800 Subject: [PATCH] bugfix Rev: src/global.h:1.16 --- src/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.h b/src/global.h index 0445fa86b2..8fdeb51dd5 100644 --- a/src/global.h +++ b/src/global.h @@ -161,7 +161,7 @@ struct b8_t_s { B4_T x,y; }; #endif #if defined(B8_T) -struct b16_t { B8_T x,y; }; +struct b16_t_s { B8_T x,y; }; #define B16_T struct b16_t_s #endif -- GitLab