Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
generate_uudmap.c: Clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Dec 11, 2014
1 parent ba1a436 commit e87b288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_uudmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ static const char PL_uuemap[]

typedef unsigned char U8;

/* This will ensure it is all zeros. */
/* This will ensure it is initialized to all zeros. */
static char PL_uudmap[256];
static char PL_bitcount[256];

Expand Down

0 comments on commit e87b288

Please sign in to comment.