mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 16:10:33 -04:00
- Fix build of non default themes with clang - Remove unecessary RM PR: 193868 Submitted by: me Approved by: maintainer timeout
9 lines
218 B
C
9 lines
218 B
C
--- themes/Freeamp/second.xpm.orig 1999-03-26 07:07:00 UTC
|
|
+++ themes/Freeamp/second.xpm
|
|
@@ -1,5 +1,5 @@
|
|
/* XPM */
|
|
-static char * second_xpm[] = {
|
|
+char * second_xpm[] = {
|
|
"5 20 2 1",
|
|
" c None ",
|
|
"+ c #0C110D",
|