diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-01-18 13:00:12 +0100 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2009-01-18 13:00:12 +0100 |
commit | 8d4f9d241cdbd71a882a852c6e9285de279c0f87 (patch) | |
tree | 7f1fd2a5818e435c9dd920f60dc17244ef6e02e7 /v4l | |
parent | b0fc8c78cb5fd9394d8d4ff3198bdc9390b96001 (diff) | |
download | mediapointer-dvb-s2-8d4f9d241cdbd71a882a852c6e9285de279c0f87.tar.gz mediapointer-dvb-s2-8d4f9d241cdbd71a882a852c6e9285de279c0f87.tar.bz2 |
v4l2spec: add version 0.24 of the spec
From: Hans Verkuil <hverkuil@xs4all.nl>
Priority: normal
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'v4l')
-rwxr-xr-x | v4l/scripts/strip-trailing-whitespaces.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l/scripts/strip-trailing-whitespaces.sh b/v4l/scripts/strip-trailing-whitespaces.sh index cb341ce76..def48a67d 100755 --- a/v4l/scripts/strip-trailing-whitespaces.sh +++ b/v4l/scripts/strip-trailing-whitespaces.sh @@ -21,7 +21,7 @@ fi for file in `eval $files`; do case "$file" in - *.patch) + *.gif | *.pdf | *.patch) continue ;; esac |