]> git.sur5r.net Git - cc65/commitdiff
Update list.c 442/head
authorStefan <stefan.haubenthal@gmail.com>
Sun, 28 May 2017 13:22:33 +0000 (15:22 +0200)
committerGitHub <noreply@github.com>
Sun, 28 May 2017 13:22:33 +0000 (15:22 +0200)
src/ar65/list.c

index d65ad51e524f0f2c9d7e851ceb3cf98fa112c95c..367c950dc0d8e00e7aeba3e34086965294d14f4d 100644 (file)
@@ -79,7 +79,7 @@ void ListObjFiles (int argc, char* argv [])
         /* Print the size if verbose */
         Print (stdout, 1, "%5lu ", O->Size);
         /* Print the name */
-        printf ("%s\n", O->Name);
+        puts (O->Name);
 
     }