summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRosy2023-01-13 23:36:06 +1300
committerRosy2023-01-13 23:36:06 +1300
commit80a7ea021f882f307d9d8ca86ad8c7ca6b929687 (patch)
treec7b7dcb61e2c6dcbc5d15a5ca8dd94f200d65ea4
parentfbd45534ba9830d7e0e566b0560208ae467fd0ef (diff)
downloadaur-80a7ea021f882f307d9d8ca86ad8c7ca6b929687.tar.gz
fixed typo in patch file
-rw-r--r--24-bit-color.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/24-bit-color.patch b/24-bit-color.patch
index 500772f4e091..fe3c2f0ecdf5 100644
--- a/24-bit-color.patch
+++ b/24-bit-color.patch
@@ -126,7 +126,7 @@
rgba c;
- pix_colors_focused[color].get (c);
+ lookup_color(color, pix_colors_focused).get (c);
- char rgba_str[32];
+ char rgba_str[32];
#if XFT
@@ -3906,7 +3906,7 @@