]> git.zerfleddert.de Git - hmcfgusb/commitdiff
add missing newline
authorMichael Gernoth <michael@gernoth.net>
Sun, 16 Feb 2014 02:13:49 +0000 (03:13 +0100)
committerMichael Gernoth <michael@gernoth.net>
Sun, 16 Feb 2014 02:13:49 +0000 (03:13 +0100)
flash-ota.c

index 46d3adb6fc2b5354afd7dc25edd00fa3cd1202cc..1d3a090080e2de0fd2fc8e15b639fe983be928a5 100644 (file)
@@ -423,7 +423,7 @@ int main(int argc, char **argv)
 
        firmware_free(fw);
 
 
        firmware_free(fw);
 
-       printf("Entering 10k-mode\n");
+       printf("\nEntering 10k-mode\n");
 
        memset(out, 0, sizeof(out));
        out[0] = 'G';
 
        memset(out, 0, sizeof(out));
        out[0] = 'G';
Impressum, Datenschutz