mirror of
https://github.com/cc65/cc65.git
synced 2024-12-21 20:29:24 +00:00
Fixed a typo
git-svn-id: svn://svn.cc65.org/cc65/trunk@2440 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
3604512985
commit
67d55e71eb
@ -80,7 +80,7 @@ SegDef* DupSegDef (const SegDef* Def)
|
||||
|
||||
|
||||
|
||||
const char* SetTypeToStr (unsigned char Type)
|
||||
const char* SegTypeToStr (unsigned char Type)
|
||||
/* Map a segment type into a string */
|
||||
{
|
||||
switch (Type) {
|
||||
|
@ -77,7 +77,7 @@ void FreeSegDef (SegDef* D);
|
||||
SegDef* DupSegDef (const SegDef* D);
|
||||
/* Duplicate a segment definition and return it */
|
||||
|
||||
const char* SetTypeToStr (unsigned char Type);
|
||||
const char* SegTypeToStr (unsigned char Type);
|
||||
/* Map a segment type into a string */
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user