mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
Update comment to match in source file
This commit is contained in:
parent
9ee0c835e5
commit
3360734487
@ -6135,7 +6135,8 @@ const cc65_lineinfo* cc65_line_byid (cc65_dbginfo Handle, unsigned Id)
|
||||
const cc65_lineinfo* cc65_line_bynumber (cc65_dbginfo Handle, unsigned FileId,
|
||||
cc65_line Line)
|
||||
/* Return line information for a source file/line number combination. The
|
||||
** function returns NULL if no line information was found.
|
||||
** function returns NULL if no line information was found, otherwise a list
|
||||
** of line infos.
|
||||
*/
|
||||
{
|
||||
const DbgInfo* Info;
|
||||
|
Loading…
Reference in New Issue
Block a user