summaryrefslogtreecommitdiff
path: root/src/spu_dec
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-12-30 15:55:03 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-12-30 15:55:03 +0000
commit6dbb05a4cba3cdc811308762058d722f11464683 (patch)
treeb4b68ef20ab05d2febda81b94081f10c55bd89c9 /src/spu_dec
parent9ffebca9fa071a664aba11d03484fa81a4e4522b (diff)
downloadxine-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/spu_dec')
-rw-r--r--src/spu_dec/spudec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spu_dec/spudec.c b/src/spu_dec/spudec.c
index b7a812bc5..3e8cd8a07 100644
--- a/src/spu_dec/spudec.c
+++ b/src/spu_dec/spudec.c
@@ -1009,7 +1009,7 @@ int spudec_copy_nav_to_overlay(xine_t *xine, pci_t* nav_pci, uint32_t* clut,
#endif
for (i = 0;i < 4; i++) {
#ifdef LOG_BUTTON
- printf("libspudec:btn_coln = 0, hili_color = color\n");
+ printf("libspudec:btn_coln = 0, hili_color = colour\n");
#endif
overlay->hili_color[i] = overlay->color[i];
overlay->hili_trans[i] = overlay->trans[i];