Mercurial > mplayer.hg
changeset 31909:349f13e9d27b
Add const to pointer argument.
author | reimar |
---|---|
date | Sat, 21 Aug 2010 09:27:15 +0000 |
parents | b1ba93bcedb1 |
children | 5f57e2bd697f |
files | stream/stream_bd.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/stream_bd.c Sat Aug 21 09:20:14 2010 +0000 +++ b/stream/stream_bd.c Sat Aug 21 09:27:15 2010 +0000 @@ -131,7 +131,7 @@ return 1; } -static int find_vuk(struct bd_priv *bd, uint8_t discid[20]) +static int find_vuk(struct bd_priv *bd, const uint8_t discid[20]) { char filename[PATH_MAX]; const char *home;