diff options
| author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-12-30 15:55:03 +0000 |
|---|---|---|
| committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-12-30 15:55:03 +0000 |
| commit | 6dbb05a4cba3cdc811308762058d722f11464683 (patch) | |
| tree | b4b68ef20ab05d2febda81b94081f10c55bd89c9 /src/xine-engine | |
| parent | 9ffebca9fa071a664aba11d03484fa81a4e4522b (diff) | |
| download | xine-lib-6dbb05a4cba3cdc811308762058d722f11464683.tar.gz xine-lib-6dbb05a4cba3cdc811308762058d722f11464683.tar.bz2 | |
Manual port of the color→colour change to 1.2; should make merging easier.
Diffstat (limited to 'src/xine-engine')
| -rw-r--r-- | src/xine-engine/alphablend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-engine/alphablend.c b/src/xine-engine/alphablend.c index c47257273..41715decb 100644 --- a/src/xine-engine/alphablend.c +++ b/src/xine-engine/alphablend.c @@ -1959,7 +1959,7 @@ static int xx44_paletteIndex(xx44_palette_t *p, int color, uint32_t clut) } if (p->max_used == p->size -1) { - printf("video_out: Warning! Out of xx44 palette colors!\n"); + printf("video_out: Warning! Out of xx44 palette colours!\n"); return 1; } p->cluts[p->max_used] = clut; |
