]> granicus.if.org Git - strace/commit
Remove unnecessary "return 0" statements
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 15 Feb 2013 10:43:08 +0000 (11:43 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 15 Feb 2013 10:43:08 +0000 (11:43 +0100)
commitcb26b754935ffac5476f7f6e581346374eddf713
tree31449959da0dc82070737d23250b5536b0be29f3
parente3b248dd838da5d49c12cd6ca9b2e0644580c9ca
Remove unnecessary "return 0" statements

* util.c (change_syscall): Remove dummy "return 0"s.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
util.c