]> git.sur5r.net Git - cc65/blobdiff - src/ar65/objdata.c
Merge remote-tracking branch 'upstream/master' into creativision
[cc65] / src / ar65 / objdata.c
index 2a7cf4ed4f896b035e0eeda6cf0495b5df2fe3d9..5a8f0c5fb1bf8ab9e157d84b0abf892b2da6683b 100644 (file)
@@ -122,8 +122,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.
+*/
 {
     unsigned I;