From dfb19ca3f084bbc57f8b914972a9c59b17430921 Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Sun, 16 Feb 2014 03:13:49 +0100 Subject: [PATCH 1/1] add missing newline --- flash-ota.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flash-ota.c b/flash-ota.c index 46d3adb..1d3a090 100644 --- a/flash-ota.c +++ b/flash-ota.c @@ -423,7 +423,7 @@ int main(int argc, char **argv) firmware_free(fw); - printf("Entering 10k-mode\n"); + printf("\nEntering 10k-mode\n"); memset(out, 0, sizeof(out)); out[0] = 'G'; -- 2.39.2