diff options
author | Jan Schmidt <jan@centricular.com> | 2015-03-11 16:55:14 +1100 |
---|---|---|
committer | Jan Schmidt <jan@centricular.com> | 2015-03-12 01:33:03 +1100 |
commit | f150cf2d2e45b0c51a479cf086e8a6a1942517b2 (patch) | |
tree | 4141ff381ae906ef0080c53d715b02db3c165fa4 /ext/dc1394 | |
parent | bc7a7259f357b0065dd94e0668b5a895d83fa53a (diff) | |
download | gstreamer-plugins-bad-f150cf2d2e45b0c51a479cf086e8a6a1942517b2.tar.gz |
Remove a bunch of silly ';;' typos at the end of lines
Diffstat (limited to 'ext/dc1394')
-rw-r--r-- | ext/dc1394/gstdc1394.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dc1394/gstdc1394.c b/ext/dc1394/gstdc1394.c index 3f28e1f1f..4a403b424 100644 --- a/ext/dc1394/gstdc1394.c +++ b/ext/dc1394/gstdc1394.c @@ -1254,7 +1254,7 @@ error: src->camera = NULL; } - return FALSE;; + return FALSE; } |