Changeset a00435e7ac3293b1d3dd503be979d7dfcbce24e4
- Timestamp:
- 09/02/07 09:23:12
(10 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1188717792 +0000
- git-parent:
[ee1838d703dd65e5a9c8d60733029611bb63c64e]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1188717792 +0000
- Message:
Typo
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ree1838d |
ra00435e |
|
| 1 | 1 | /* XPM */ |
|---|
| 2 | | static const char *constvlc16x16_xpm[] = { |
|---|
| | 2 | static const char *const vlc16x16_xpm[] = { |
|---|
| 3 | 3 | /* width height ncolors chars_per_pixel */ |
|---|
| 4 | 4 | "16 16 57 2", |
|---|
| ree1838d |
ra00435e |
|
| 1 | 1 | /* XPM */ |
|---|
| 2 | | static const char *constvlc_xpm[] = { |
|---|
| | 2 | static const char *const vlc_xpm[] = { |
|---|
| 3 | 3 | /* width height ncolors chars_per_pixel */ |
|---|
| 4 | 4 | "32 32 144 2", |
|---|