all repos — fluxbox @ 353ecfae6c3b8e3ff5d9d2c8a5a8644a8f7871ea

custom fork of the fluxbox windowmanager

minor fix
fluxgen fluxgen
commit

353ecfae6c3b8e3ff5d9d2c8a5a8644a8f7871ea

parent

4fb480525128bbc3696e4f3316fbd2184d3cd5a2

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/main.ccsrc/main.cc

@@ -20,7 +20,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: main.cc,v 1.18 2003/06/12 14:37:21 fluxgen Exp $ +// $Id: main.cc,v 1.19 2003/07/10 12:01:17 fluxgen Exp $ #include "fluxbox.hh" #include "I18n.hh"

@@ -176,7 +176,7 @@ __fluxbox_version, "2001-2003");

exit(0); } else if (strcmp(argv[i], "-info") == 0 || strcmp(argv[i], "-i") == 0) { showInfo(cout); - ::exit(0); + exit(0); } }