summaryrefslogtreecommitdiffstats
path: root/System.c4g
diff options
context:
space:
mode:
authorMarkus Mittendrein <git@maxmitti.tk>2019-07-29 21:08:35 +0200
committerMarkus Mittendrein <git@maxmitti.tk>2019-07-29 21:08:35 +0200
commite09caf6412be5d14ec948bc2d8630fa946bd5b88 (patch)
treec276d042a6b5bef7d7a64de32a4961b5002e88a3 /System.c4g
parent945382d077b50c29f56c3786b9895f627b2d9d91 (diff)
downloadDTTubeMail.c4d-e09caf6412be5d14ec948bc2d8630fa946bd5b88.tar.gz
DTTubeMail.c4d-e09caf6412be5d14ec948bc2d8630fa946bd5b88.zip
Replace ArrayAppend(arr, value) with arr[] = value
Diffstat (limited to 'System.c4g')
-rw-r--r--System.c4g/IDs.c2
1 files changed, 1 insertions, 1 deletions
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