From e1e566400710d248ce9c4b94035d8fbbd9be9e56 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 23 Apr 2015 15:54:49 +0200 Subject: try to avoid lines longer than 80 characters --- config.def.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index b696cda..4fb9dd1 100644 --- a/config.def.h +++ b/config.def.h @@ -13,7 +13,9 @@ /* some text to be printed */ #define URL "https://github.com/eworm-de/nullshell" -#define BANNER "Do-nothing-loop by nullshell " VERSION " (" URL ").\n" +#define BANNER "Do-nothing-loop by nullshell " VERSION ",\n" \ + "compiled on " __DATE__ " " __TIME__ ".\n" \ + "Visit homepage: " URL "\n" #endif /* _CONFIG_H */ -- cgit v1.2.3-54-g00ecf