]> git.sur5r.net Git - cc65/blobdiff - src/ar65/exports.h
Merge remote-tracking branch 'upstream/master' into creativision
[cc65] / src / ar65 / exports.h
index 2dcd8a49c69062ae6d37167db7d358ed502edb64..054b5153c4ce925df1bbe60dcdcdd667c2a8f8f8 100644 (file)
@@ -59,8 +59,8 @@ void ExpInsert (const char* Name, const struct ObjData* Module);
 
 const struct ObjData* ExpFind (const char* Name);
 /* Check for an identifier in the list. Return NULL if not found, otherwise
- * return a pointer to the module, that exports the identifer.
- */
+** return a pointer to the module, that exports the identifer.
+*/