cc_item_progressbar.h: small clean up

Origin commit data
------------------
Commit: c72003a50f
Author: Thilo Graf <dbt@novatux.de>
Date: 2022-09-16 (Fri, 16 Sep 2022)
This commit is contained in:
2022-09-16 05:56:59 +02:00
committed by vanhofen
parent 548e698f73
commit a18f3cd19a

View File

@@ -81,7 +81,7 @@ class CProgressBarCache
int yoff;
fb_pixel_t *pbc_active, *pbc_passive;
;
static inline unsigned int make16color(__u32 rgb){return 0xFF000000 | rgb;};