diff options
author | okan | 2012-11-29 16:50:03 +0000 |
---|---|---|
committer | okan | 2012-11-29 16:50:03 +0000 |
commit | 168c81d59eaf5d21c57d30f3ddb5674168a753f8 (patch) | |
tree | 3bdeccbf6e3e2ac097436dfaf8a3127ba3fc01d6 | |
parent | 5f295213b64406c170ea8f209280cb61fedbb5ce (diff) | |
download | cwm-168c81d59eaf5d21c57d30f3ddb5674168a753f8.tar.gz |
zap extra lines
-rw-r--r-- | calmwm.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: calmwm.c,v 1.68 2012/11/29 03:54:46 okan Exp $ + * $OpenBSD: calmwm.c,v 1.69 2012/11/29 16:50:03 okan Exp $ */ #include <sys/param.h> @@ -92,9 +92,7 @@ main(int argc, char **argv) conf_setup(&Conf, conf_file); xu_getatoms(); x_setup(); - xev_loop(); - x_teardown(); return (0); |