From e09caf6412be5d14ec948bc2d8630fa946bd5b88 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Mon, 29 Jul 2019 21:08:35 +0200 Subject: Replace ArrayAppend(arr, value) with arr[] = value --- System.c4g/IDs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'System.c4g/IDs.c') diff --git a/System.c4g/IDs.c b/System.c4g/IDs.c index 3ddc963..4a7f45f 100644 --- a/System.c4g/IDs.c +++ b/System.c4g/IDs.c @@ -7,4 +7,4 @@ static const DT_TubeMail_Filler = FI7I; static const DT_TubeMail_Transmitter = TX7I; static const DT_TubeMail_TubeKit = TK7I; static const DT_TubeMail_Tube = TU7I; -static const DT_TubeMail_Utility = UT7I; +static const DT_TubeMail_Utility = UT7I; \ No newline at end of file -- cgit v1.2.3-54-g00ecf