commit | 26092ffb72ed0ca4936dd979f2acf3a8566ccd38 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Sun Feb 23 20:12:46 2014 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Thu Mar 13 11:11:50 2014 -0300 |
tree | 313065bd7b64cb5fc51684736c1bd13b647bf7b3 | |
parent | 078c580cb4ab16bc7a3f7a88b51d1da498f899a4 [diff] |
[media] DocBook: fix incorrect code example The code said for (i = 0; i > 30; ++i) instead of i < 30. Fix this and clean it up a bit at the same time. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>