decode_tm6000: fix compile warning
authorHans Verkuil <hverkuil@xs4all.nl>
Wed, 25 Nov 2009 17:56:38 +0000 (18:56 +0100)
committerHans Verkuil <hverkuil@xs4all.nl>
Wed, 25 Nov 2009 17:56:38 +0000 (18:56 +0100)
commit762aa829c1bd1702510ecd47a7678eb107c6485b
tree85a7331819e31aa6580e5d41a62ec3cc85ea919b
parentb2741d4b77b09329b673f3e0830ed755f816c738
decode_tm6000: fix compile warning

From: Hans Verkuil <hverkuil@xs4all.nl>

Trivial fix for this compile warning:

decode_tm6000.c:133: warning: format '%d' expects type 'int', but argument 3 has type 'size_t'

Priority: normal

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
utils/decode_tm6000.c