copyright fix, thanks php-coder
fluxgen fluxgen
1 files changed,
3 insertions(+),
4 deletions(-)
jump to
M
util/fbsetroot.cc
→
util/fbsetroot.cc
@@ -120,12 +120,11 @@ }
if ((mod + sol + grd) != true) { _FB_USES_NLS; - cerr<<m_app_name<< - _FBTEXT(fbsetroot, MustSpecify, + cerr << _FBTEXT(fbsetroot, MustSpecify, "Error: must specify one of: -solid, -mod, -gradient\n", - "user didn't give one of the required options")<<endl; + "user didn't give one of the required options") << endl; - usage(2); + exit(2); } num_screens = ScreenCount(display());