X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fcc65%2Flitpool.c;h=013c6ad4a4f75654ea15b504103ed197d4152a7f;hb=85885001b133e2dc320b6f6459259afa69784ca8;hp=cf826132037224d32272304cf581077a0382256c;hpb=44fd1082ae807a0b6b4046c65914e20a7e27101c;p=cc65 diff --git a/src/cc65/litpool.c b/src/cc65/litpool.c index cf8261320..013c6ad4a 100644 --- a/src/cc65/litpool.c +++ b/src/cc65/litpool.c @@ -1,8 +1,8 @@ /*****************************************************************************/ /* */ -/* litpool.c */ +/* litpool.c */ /* */ -/* Literal string handling for the cc65 C compiler */ +/* Literal string handling for the cc65 C compiler */ /* */ /* */ /* */ @@ -53,7 +53,7 @@ /*****************************************************************************/ -/* Data */ +/* Data */ /*****************************************************************************/ @@ -215,7 +215,7 @@ unsigned GetLiteralSize (const Literal* L) /*****************************************************************************/ -/* Code */ +/* Code */ /*****************************************************************************/ @@ -347,7 +347,7 @@ static void OutputWritableLiterals (Collection* Literals) /* If nothing there, exit... */ if (CollCount (Literals) == 0) { - return; + return; } /* Switch to the correct segment */ @@ -376,7 +376,7 @@ static void OutputReadOnlyLiterals (Collection* Literals) /* If nothing there, exit... */ if (CollCount (Literals) == 0) { - return; + return; } /* Switch to the correct segment */