diff options
author | Slávek Banko <[email protected]> | 2016-10-09 16:09:13 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-10-09 16:09:13 +0200 |
commit | e4340cf7aa0b6fbd604bdd7c3e66768508a589aa (patch) | |
tree | 819c191841f3184c8268aa3278b9997b918e1951 /k9decmpeg | |
parent | 17d8bddfcc3daf0e4309a0409f3d57c70a12a996 (diff) | |
download | k9copy-e4340cf7aa0b6fbd604bdd7c3e66768508a589aa.tar.gz k9copy-e4340cf7aa0b6fbd604bdd7c3e66768508a589aa.zip |
Fix FTBFS on missing return values
This resolves bug 2710
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'k9decmpeg')
-rwxr-xr-x | k9decmpeg/kdecmpeg2.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/k9decmpeg/kdecmpeg2.cpp b/k9decmpeg/kdecmpeg2.cpp index 15b487e..662eb28 100755 --- a/k9decmpeg/kdecmpeg2.cpp +++ b/k9decmpeg/kdecmpeg2.cpp @@ -317,6 +317,7 @@ pes: } } } + return 1; } void kDecMPEG2::sync() { |