]> git.sur5r.net Git - cc65/blobdiff - src/common/abend.h
Merge pull request #424 from clbr/trampoline
[cc65] / src / common / abend.h
index e80db03a70f99d1cefa1d20de6912b50be2a43b8..a232857829176cd9ace5da76395c4cae9f5b54f7 100644 (file)
@@ -50,8 +50,8 @@
 
 void AbEnd (const char* Format, ...) attribute ((format (printf, 1, 2), noreturn));
 /* Print a message preceeded by the program name and terminate the program
- * with an error exit code.
- */
+** with an error exit code.
+*/