Mercurial > libavformat.hg
changeset 2746:1285feca09b7 libavformat
cosmetics: whitespace
author | aurel |
---|---|
date | Wed, 14 Nov 2007 20:31:56 +0000 |
parents | 0d82417b7a88 |
children | 2291661e6097 |
files | mp3.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mp3.c Wed Nov 14 12:42:45 2007 +0000 +++ b/mp3.c Wed Nov 14 20:31:56 2007 +0000 @@ -585,9 +585,9 @@ char yeartxt[10]; if(s->track) - snprintf(tracktxt, sizeof(tracktxt) , "%d", s->track); + snprintf(tracktxt, sizeof(tracktxt), "%d", s->track); if(s->year) - snprintf( yeartxt, sizeof(yeartxt) , "%d", s->year ); + snprintf( yeartxt, sizeof(yeartxt) , "%d", s->year ); if(s->title[0]) totlen += 11 + strlen(s->title); if(s->author[0]) totlen += 11 + strlen(s->author);