]> git.sur5r.net Git - cc65/blobdiff - src/cc65/codelab.h
Merge pull request #564 from bauen1/none-library
[cc65] / src / cc65 / codelab.h
index 480d3a15b131aa86adaf6cacfc330d0a7b82c2ee..103049b2323002599933b2efb73fe28a7e127664 100644 (file)
@@ -108,8 +108,8 @@ void CL_AddRef (CodeLabel* L, struct CodeEntry* E);
 
 void CL_MoveRefs (CodeLabel* OldLabel, CodeLabel* NewLabel);
 /* Move all references to OldLabel to point to NewLabel. OldLabel will have no
- * more references on return.
- */
+** more references on return.
+*/
 
 void CL_Output (const CodeLabel* L);
 /* Output the code label to the output file */