diff options
author | rbuj <[email protected]> | 2021-02-24 11:46:54 +0100 |
---|---|---|
committer | Luke from DC <[email protected]> | 2021-02-26 19:59:59 +0000 |
commit | e1f9588ddc1cd2c0731e304da8cfbfca643aa191 (patch) | |
tree | ab2869bdf106b25588f6840a8ff85dbcb7d0561c /capplets/time-admin | |
parent | 3fba7561c240de1b5c6d0386610cea4a29753bbb (diff) | |
download | mate-control-center-e1f9588ddc1cd2c0731e304da8cfbfca643aa191.tar.bz2 mate-control-center-e1f9588ddc1cd2c0731e304da8cfbfca643aa191.tar.xz |
Line comments // are not allowed (code style)
Diffstat (limited to 'capplets/time-admin')
-rw-r--r-- | capplets/time-admin/src/time-map.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/capplets/time-admin/src/time-map.c b/capplets/time-admin/src/time-map.c index 0f64a178..b59c9a44 100644 --- a/capplets/time-admin/src/time-map.c +++ b/capplets/time-admin/src/time-map.c @@ -57,8 +57,8 @@ static TimezoneMapOffset color_codes[] = {-9.0, 128, 0, 0, 255 }, {-8.0, 170, 0, 0, 255 }, {-7.0, 212, 0, 0, 255 }, - {-6.0, 255, 0, 1, 255 }, // north - {-6.0, 255, 0, 0, 255 }, // south + {-6.0, 255, 0, 1, 255 }, /* north */ + {-6.0, 255, 0, 0, 255 }, /* south */ {-5.0, 255, 42, 42, 255 }, {-4.5, 192, 255, 0, 255 }, {-4.0, 255, 85, 85, 255 }, |