]> git.sur5r.net Git - cc65/blobdiff - src/ar65/list.c
goto.c warning fix for implicit truncation
[cc65] / 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);
 
     }