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
223 B
C
9 lines
223 B
C
--- themes/Freeamp/minute.xpm.orig 1999-03-26 07:06:58 UTC
|
|
+++ themes/Freeamp/minute.xpm
|
|
@@ -1,5 +1,5 @@
|
|
/* XPM */
|
|
-static char * minute_xpm[] = {
|
|
+char * minute_xpm[] = {
|
|
"5 15 3 1",
|
|
" c None ",
|
|
"+ c #596b5e",
|