diff options
author | H. Peter Anvin <hpa@trantor.hos.anvin.org> | 2009-01-22 22:32:03 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@trantor.hos.anvin.org> | 2009-01-22 22:32:03 -0800 |
commit | 898d08b7cfcd7bc9a602b47ce5564b697087811e (patch) | |
tree | c664dd40d0886c476e784f6321294eb6ae883716 | |
parent | 0a0e09d56beaae039e77bd93ca6b0490d9ce42a4 (diff) | |
download | abc80-898d08b7cfcd7bc9a602b47ce5564b697087811e.tar.gz abc80-898d08b7cfcd7bc9a602b47ce5564b697087811e.tar.xz abc80-898d08b7cfcd7bc9a602b47ce5564b697087811e.zip |
Fix the declaration of the "fileops" boolean
-rw-r--r-- | tools/abcprintd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/abcprintd.c b/tools/abcprintd.c index 58b582d..7245071 100644 --- a/tools/abcprintd.c +++ b/tools/abcprintd.c @@ -177,7 +177,7 @@ static void output(int c, FILE *tf, enum print_state *psp) } extern bool file_op(unsigned char, int); -extern bool *fileops; +extern bool fileops; #define BUF_SIZE 4096 |