From 596f6a0168873b2b4717b8ae317625ebf2e68edd Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Fri, 1 May 2015 08:37:53 +0000 Subject: [PATCH] build: fix typo causing a syntax error. --- neercs/old/wm.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/neercs/old/wm.cpp b/neercs/old/wm.cpp index 017f136..499a70d 100644 --- a/neercs/old/wm.cpp +++ b/neercs/old/wm.cpp @@ -10,7 +10,6 @@ * to Public License, Version 2, as published by the WTFPL Task Force. * See http://www.wtfpl.net/ for more details. */ - */ #if HAVE_CONFIG_H # include "config.h"