X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fca65%2Fincpath.c;h=76ad3111af70377bd99d4ff931068672fe193447;hb=85885001b133e2dc320b6f6459259afa69784ca8;hp=2a8bb9c73c8d3fa22c878001dbda2f138737f528;hpb=44fd1082ae807a0b6b4046c65914e20a7e27101c;p=cc65 diff --git a/src/ca65/incpath.c b/src/ca65/incpath.c index 2a8bb9c73..76ad3111a 100644 --- a/src/ca65/incpath.c +++ b/src/ca65/incpath.c @@ -1,8 +1,8 @@ /*****************************************************************************/ /* */ -/* incpath.c */ +/* incpath.c */ /* */ -/* Include path handling for the ca65 macro assembler */ +/* Include path handling for the ca65 macro assembler */ /* */ /* */ /* */ @@ -39,7 +39,7 @@ /*****************************************************************************/ -/* Data */ +/* Data */ /*****************************************************************************/ @@ -50,7 +50,7 @@ SearchPath* BinSearchPath; /* Binary include path */ /*****************************************************************************/ -/* Code */ +/* Code */ /*****************************************************************************/