]> git.sur5r.net Git - cc65/blobdiff - src/da65/handler.c
Fixed warnings generated by clang (run by Per Olofsson).
[cc65] / src / da65 / handler.c
index f7412ff7780e0de56412bc2f858c16bee778f8b9..3b73a01ccc663aba950a113574b4aa69d287482e 100644 (file)
@@ -6,10 +6,10 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 2000-2004 Ullrich von Bassewitz                                       */
-/*               Römerstrasse 52                                             */
-/*               D-70794 Filderstadt                                         */
-/* EMail:        uz@cc65.org                                                 */
+/* (C) 2000-2009, Ullrich von Bassewitz                                      */
+/*                Roemerstrasse 52                                           */
+/*                D-70794 Filderstadt                                        */
+/* EMail:         uz@cc65.org                                                */
 /*                                                                           */
 /*                                                                           */
 /* This software is provided 'as-is', without any expressed or implied       */
@@ -80,7 +80,7 @@ static void OneLine (const OpcDesc* D, const char* Arg, ...)
     xvsprintf (Buf, sizeof (Buf), Arg, ap);
     va_end (ap);
     Indent (ACol);
-    Output (Buf);
+    Output ("%s", Buf);
 
     /* Add the code stuff as comment */
     LineComment (PC, D->Size);