Skip to content

Commit

Permalink
Fix logo type declaration
Browse files Browse the repository at this point in the history
Make it match other images. This fixes building on F41.

QubesOS/qubes-issues#9244
  • Loading branch information
marmarek committed Aug 9, 2024
1 parent edc35c0 commit c119687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qubes-logo-180.xpm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* XPM */
static char * logo_180_xpm[] = {
static const char * const logo_180_xpm[] = {
"180 180 65 1",
" c None",
". c #95BCFF",
Expand Down
2 changes: 1 addition & 1 deletion qubes-logo-50.xpm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* XPM */
static char * logo_50_xpm[] = {
static const char * const logo_50_xpm[] = {
"50 50 28 1",
" c None",
". c #98BFFF",
Expand Down

0 comments on commit c119687

Please sign in to comment.