]> git.sur5r.net Git - cc65/blobdiff - src/ar65/exports.c
Changed multi-line C comments into another style.
[cc65] / src / ar65 / exports.c
index 11589a6218d4a1104cb20fcd1eebc8fff6571792..af176d019f0bcbf97e97f8d4f040fa57469c13eb 100644 (file)
@@ -130,8 +130,8 @@ void ExpInsert (const char* Name, const ObjData* Module)
 
 const 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.
+*/
 {
     /* Get a pointer to the list with the symbols hash value */
     HashEntry* L = HashTab [HashStr (Name) % HASHTAB_SIZE];