From 0f06e91ce5ea9ddb5beff64ebd5fa99fd2d3e46e Mon Sep 17 00:00:00 2001 From: Martijn van Brummelen Date: Sun, 12 Feb 2017 19:20:06 +0100 Subject: [PATCH] forgot ; --- src/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.c b/src/version.c index 7cccdd5..706e41a 100644 --- a/src/version.c +++ b/src/version.c @@ -14,4 +14,4 @@ Modifications to original dwipe Copyright Andy Beverley \n\ This is free software; see the source for copying conditions.\n\ There is NO warranty; not even for MERCHANTABILITY or FITNESS\n\ FOR A PARTICULAR PURPOSE.\n"; -const char *banner = "nwipe 0.22 (based on DBAN's dwipe - Darik's Wipe)" +const char *banner = "nwipe 0.22 (based on DBAN's dwipe - Darik's Wipe)";