aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2012-11-28 23:17:15 +0100
committerChristoph Lohmann <20h@r-36.net>2012-11-28 23:17:15 +0100
commitc342b209a27a4cec84819edbc10c27ea56db006a (patch)
tree2c97fc3b3640ab886a3f512b9cf55b8658c46b04
parentc90cad62365597e2903b9c1937565df58df6b09e (diff)
Another small change to test the git interface.
-rw-r--r--tabbed.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tabbed.c b/tabbed.c
index 52fed9a..154895a 100644
--- 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>