]> git.sur5r.net Git - cc65/blobdiff - src/ar65/objdata.h
goto.c warning fix for implicit truncation
[cc65] / src / ar65 / objdata.h
index 13590ee4d20a425a96cb2f4c2ff3e6189ca8d51e..3ae8e294978d031bdd3015b099627f0aa6f69f0d 100644 (file)
@@ -97,8 +97,8 @@ void ClearObjData (ObjData* O);
 
 ObjData* FindObjData (const char* Module);
 /* Search for the module with the given name and return it. Return NULL if the
- * module is not in the list.
- */
+** module is not in the list.
+*/
 
 void DelObjData (const char* Module);
 /* Delete the object module from the list */