]> git.sur5r.net Git - cc65/blobdiff - src/common/addrsize.c
Only for jumps, the lib uses named asm labels in branches
[cc65] / src / common / addrsize.c
index faa150b1dd6f1a282ed832821699e269e87efefd..d4eff22bbccc5bd20fd75f592a59b6bdd35905b2 100644 (file)
@@ -62,8 +62,8 @@ const char* AddrSizeToStr (unsigned char AddrSize)
 
 unsigned char AddrSizeFromStr (const char* Str)
 /* Return the address size for a given string. Returns ADDR_SIZE_INVALID if
- * the string cannot be mapped to an address size.
- */
+** the string cannot be mapped to an address size.
+*/
 {
     static const struct {
         const char*     Name;