]> git.sur5r.net Git - cc65/blobdiff - src/common/fileid.c
Fixed LinuxDoc Tools issues in some verbatim blocks in the Atari document.
[cc65] / src / common / fileid.c
index a30a6b5e1c1ce00d6c0c4929ca1433b81d3654ad..fd6d95d5415294575d3b9254c3eeffdab22951ab 100644 (file)
@@ -58,10 +58,10 @@ int CompareFileId (const void* Key, const void* Id)
 
 const FileId* GetFileId (const char* Name, const FileId* Table, unsigned Count)
 /* Determine the id of the given file by looking at file extension of the name.
- * The table passed to the function must be sorted alphabetically. If the
- * extension is found, a pointer to the matching table entry is returned. If
- * no matching table entry was found, the function returns NULL.
- */
+** The table passed to the function must be sorted alphabetically. If the
+** extension is found, a pointer to the matching table entry is returned. If
+** no matching table entry was found, the function returns NULL.
+*/
 {
     /* Determine the file type by the extension */
     const char* Ext = FindExt (Name);