mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 00:20:40 -04:00
- Fix build of non default themes with clang - Remove unecessary RM PR: 193868 Submitted by: me Approved by: maintainer timeout
9 lines
215 B
C
9 lines
215 B
C
--- themes/Freeamp/hour.xpm.orig 1999-03-26 07:06:57 UTC
|
|
+++ themes/Freeamp/hour.xpm
|
|
@@ -1,5 +1,5 @@
|
|
/* XPM */
|
|
-static char * hour_xpm[] = {
|
|
+char * hour_xpm[] = {
|
|
"5 11 3 1",
|
|
" c None ",
|
|
". c #596b5e",
|