syslxopt: fix fatal warnings
authorH. Peter Anvin <hpa@zytor.com>
Fri, 30 Jul 2010 17:17:52 +0000 (10:17 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 30 Jul 2010 17:17:52 +0000 (10:17 -0700)
commit49bb41902a040fe8ef9aa46c82c568d797052f39
tree9fd1c7770fdf62ea2f16218fad1d83334373a22b
parented879e7b26cda15f191a2ef337a959be46601757
syslxopt: fix fatal warnings

Fix fatal warnings in syslxopt.c partly due to legal but non-idiomatic
use of switch().  Since the only purpose was to conditionalize single
output statements, just do it explicitly.

In addition, since they are conditional messages, there is no need to
explain when they apply.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
libinstaller/syslxopt.c