Add a return in the last case of a switch; redundant but less error-prone.
commit5816690643b28c606b63ae4bcd7429e53ef47316
authorJosh Triplett <josh@freedesktop.org>
Wed, 17 Jan 2007 04:52:36 +0000 (16 20:52 -0800)
committerJosh Triplett <josh@freedesktop.org>
Wed, 17 Jan 2007 04:52:47 +0000 (16 20:52 -0800)
treede9ad2d64ec669ff6fb5fb163506c79383e89410
parent556dbc8d75b051eb3b7af2997110e24c4356af8d
Add a return in the last case of a switch; redundant but less error-prone.

Signed-off-by: Josh Triplett <josh@freedesktop.org>
simplify.c