From ca555e7fd132306ab0931145fde1079879c3cd38 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 16 Oct 2012 22:10:49 +0100 Subject: remove extraneous linefeeds --- amiga/font_scan.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'amiga') diff --git a/amiga/font_scan.c b/amiga/font_scan.c index 549ea5064..5091314e6 100644 --- a/amiga/font_scan.c +++ b/amiga/font_scan.c @@ -259,10 +259,10 @@ ULONG ami_font_scan_fonts(struct MinList *list, do { nnode = (struct nsObject *)GetSucc((struct Node *)node); ami_font_scan_gui_update(win, node->dtz_Node.ln_Name, font_num, total); - LOG(("Scanning %s\n", node->dtz_Node.ln_Name)); + LOG(("Scanning %s", node->dtz_Node.ln_Name)); found = ami_font_scan_font(node->dtz_Node.ln_Name, glypharray); total += found; - LOG(("Found %ld new glyphs (total = %ld)\n", found, total)); + LOG(("Found %ld new glyphs (total = %ld)", found, total)); font_num++; } while(node = nnode); @@ -308,7 +308,7 @@ ULONG ami_font_scan_list(struct MinList *list) if(node) { node->dtz_Node.ln_Name = strdup(af[i].af_Attr.ta_Name); found++; - LOG(("Added %s\n", af[i].af_Attr.ta_Name)); + LOG(("Added %s", af[i].af_Attr.ta_Name)); } } } -- cgit v1.2.3