Fix return value. Committed wrong version.

This commit is contained in:
Richard Kimberly Heck 2024-02-09 20:40:56 -05:00
parent 88e739b44b
commit 16e7e93d54

View File

@ -1371,7 +1371,7 @@ int parse_geometry(string const & arg1, string const &, string &)
return -1; return -1;
#else #else
// but that is only done if QPA_XCB is not defined. // but that is only done if QPA_XCB is not defined.
return 0; return 1;
#endif #endif
} }