From: Ken Hornstein Date: Thu, 23 Jan 2014 19:01:53 +0000 (-0500) Subject: Whoops, forgot a newline. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/222746a55368b05ab933e63103743cbdc36dd850?ds=inline;hp=-c Whoops, forgot a newline. --- 222746a55368b05ab933e63103743cbdc36dd850 diff --git a/uip/whatnowsbr.c b/uip/whatnowsbr.c index 6149c125..68339b5c 100644 --- a/uip/whatnowsbr.c +++ b/uip/whatnowsbr.c @@ -443,7 +443,7 @@ WhatNow (int argc, char **argv) } if (verbose) { - printf ("Attaching %s as a %s", file, ctype); + printf ("Attaching %s as a %s\n", file, ctype); free (ctype); } }