mirror of
https://github.com/cc65/cc65.git
synced 2024-12-24 11:31:31 +00:00
Fixed a typo
git-svn-id: svn://svn.cc65.org/cc65/trunk@2911 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
bcf09a96bb
commit
897b12cdb2
@ -79,7 +79,7 @@ static ULabel** ULabList = 0; /* Array with pointers to all labels */
|
||||
|
||||
static ULabel* NewULabel (ExprNode* Val)
|
||||
/* Create a new ULabel and insert it into the list. The function will move
|
||||
* ULabelLast, but not ULabelLastDef. The created label structure is returned.
|
||||
* ULabLast, but not ULabLastDef. The created label structure is returned.
|
||||
*/
|
||||
{
|
||||
/* Allocate memory for the ULabel structure */
|
||||
|
Loading…
Reference in New Issue
Block a user