diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2019-07-29 21:08:35 +0200 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2019-07-29 21:08:35 +0200 |
| commit | e09caf6412be5d14ec948bc2d8630fa946bd5b88 (patch) | |
| tree | c276d042a6b5bef7d7a64de32a4961b5002e88a3 /System.c4g | |
| parent | 945382d077b50c29f56c3786b9895f627b2d9d91 (diff) | |
| download | DTTubeMail.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.c | 2 |
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 |
