Another small change to test the git interface. - tabbed - tab interface for ap… | |
git clone git://git.suckless.org/tabbed | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit c342b209a27a4cec84819edbc10c27ea56db006a | |
parent c90cad62365597e2903b9c1937565df58df6b09e | |
Author: Christoph Lohmann <[email protected]> | |
Date: Wed, 28 Nov 2012 23:17:15 +0100 | |
Another small change to test the git interface. | |
Diffstat: | |
M tabbed.c | 4 +++- | |
1 file changed, 3 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/tabbed.c b/tabbed.c | |
@@ -1,7 +1,9 @@ | |
-/* See LICENSE file for copyright and license details. | |
+/* | |
+ * See LICENSE file for copyright and license details. | |
* | |
* To understand tabbed, start reading main(). | |
*/ | |
+ | |
#include <sys/wait.h> | |
#include <locale.h> | |
#include <stdarg.h> |