Update documentation for line_bynumber

This commit is contained in:
Matt Seabold 2023-01-17 22:15:27 -05:00
parent 8ea0dfe453
commit 9ee0c835e5
1 changed files with 2 additions and 1 deletions

View File

@ -258,7 +258,8 @@ const cc65_lineinfo* cc65_line_bynumber (cc65_dbginfo handle,
unsigned source_id,
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 cc65_lineinfo* cc65_line_bysource (cc65_dbginfo Handle, unsigned source_id);