diff --git a/src/da65/attrtab.c b/src/da65/attrtab.c index e35530afd..002965dff 100644 --- a/src/da65/attrtab.c +++ b/src/da65/attrtab.c @@ -146,8 +146,7 @@ unsigned GetGranularity (attr_t Style) case atAddrTab: return 2; case atRtsTab: return 2; case atTextTab: return 1; - - case atSkip: + case atSkip: return 1; default: Internal ("GetGranularity called for style = %d", Style); return 0;