Browse Source

Typo

pull/2/head
Rémi Denis-Courmont 19 years ago
parent
commit
a00435e7ac
  1. 2
      share/vlc16x16.xpm
  2. 2
      share/vlc32x32.xpm

2
share/vlc16x16.xpm

@ -1,5 +1,5 @@
/* XPM */
static const char *constvlc16x16_xpm[] = {
static const char *const vlc16x16_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 57 2",
/* colors */

2
share/vlc32x32.xpm

@ -1,5 +1,5 @@
/* XPM */
static const char *constvlc_xpm[] = {
static const char *const vlc_xpm[] = {
/* width height ncolors chars_per_pixel */
"32 32 144 2",
/* colors */

Loading…
Cancel
Save