Make globals in examples local to compilation unit.
This commit is contained in:
@@ -333,7 +333,7 @@ const char *gzerror(gz, err)
|
||||
|
||||
#endif
|
||||
|
||||
char *prog;
|
||||
static char *prog;
|
||||
|
||||
void error OF((const char *msg));
|
||||
void gz_compress OF((FILE *in, gzFile out));
|
||||
|
||||
Reference in New Issue
Block a user