diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2012-10-13 17:57:21 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2012-10-13 17:57:44 +0200 |
commit | b03278df1d56424d4d6f1fe245676d41183ac8ec (patch) | |
tree | cfb1d1f60e0b9930223f3bce68645d3ade23a3d0 /setup_native | |
parent | 1e313e759b79bd55d977156483847e22273d8e65 (diff) |
Remove consecutive break and a break which follows a return
Change-Id: I8dec9eda857f7da452992bc785426449933acc59
Diffstat (limited to 'setup_native')
-rw-r--r-- | setup_native/source/win32/wintools/makecab/makecab.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/setup_native/source/win32/wintools/makecab/makecab.c b/setup_native/source/win32/wintools/makecab/makecab.c index 9e7c4feecfb8..c632ff45b11f 100644 --- a/setup_native/source/win32/wintools/makecab/makecab.c +++ b/setup_native/source/win32/wintools/makecab/makecab.c @@ -235,7 +235,6 @@ FNFCISTATUS(fnStatus) /*(UINT typeStatus, ULONG cb1, ULONG cb2, void FAR *pv)*/ case statusCabinet: printf("\rWriting cabinet file (%d of approx. %d bytes)", cb1, cb2); return cb2; - break; } return 0; |