mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
Fix build error: UnicodeDecodeError: 'utf8' codec can't decode byte 0xd6 in position 980: invalid continuation byte
19 lines
817 B
Diff
19 lines
817 B
Diff
--- a/gtk-3.0/xfce_style_types.h
|
||
+++ b/gtk-3.0/xfce_style_types.h
|
||
@@ -19,13 +19,13 @@
|
||
*
|
||
* Portions based Thinice port by
|
||
* Tim Gerla <timg@rrv.net>,
|
||
- * Tomas Ögren <stric@ing.umu.se,
|
||
+ * Tomas Ogren <stric@ing.umu.se,
|
||
* Richard Hult <rhult@codefactory.se>
|
||
* Portions based on Smooth theme by
|
||
* Andrew Johnson <ajgenius@ajgenius.us>
|
||
* Portions based on IceGradient theme by
|
||
* Tim Gerla <timg@means.net>
|
||
- * Tomas Ögren <stric@ing.umu.se>
|
||
+ * Tomas Ogren <stric@ing.umu.se>
|
||
* JM Perez <jose.perez@upcnet.es>
|
||
* Portions based on Wonderland theme by
|
||
* Garrett LeSage
|