Add missing newline to 'seeed' style partslist output
authorKeith Packard <keithp@keithp.com>
Thu, 29 Oct 2015 01:03:25 +0000 (10:03 +0900)
committerKeith Packard <keithp@keithp.com>
Thu, 29 Oct 2015 01:03:25 +0000 (10:03 +0900)
Signed-off-by: Keith Packard <keithp@keithp.com>
bin/partslist-vendor

index 5c451de182544bff78353877ed3cc6d9c8a7196e..d8ce957b0130d7ec71da47f7068d2e28f6b68e76 100755 (executable)
@@ -95,7 +95,7 @@ void process_seeed(string[string] entry)
 
        static bool start = true;
        if (start) {
-               printf("Part/Designator,Manufacturer Part Number/Seeed SKU, Quantity");
+               printf("Part/Designator,Manufacturer Part Number/Seeed SKU, Quantity\n");
                start = false;
        }