diff options
| author | Werner Koch <[email protected]> | 1998-02-12 14:39:08 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 1998-02-12 14:39:08 +0000 |
| commit | fec94908c399bdcc68b61e9142a2e4602312936f (patch) | |
| tree | 761673f7e6f57d2543143eda432781459b94cefa /tools/clean-sat.c | |
| parent | bug fixes (diff) | |
| download | gnupg-fec94908c399bdcc68b61e9142a2e4602312936f.tar.gz gnupg-fec94908c399bdcc68b61e9142a2e4602312936f.zip | |
added zlib and reorgnaized some stuff
Diffstat (limited to 'tools/clean-sat.c')
| -rw-r--r-- | tools/clean-sat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/clean-sat.c b/tools/clean-sat.c index a4f88e55f..b1edb2010 100644 --- a/tools/clean-sat.c +++ b/tools/clean-sat.c @@ -6,7 +6,7 @@ int main(int argc, char **argv) { - int c, c2; + int c; if( argc > 1 ) { fprintf(stderr, "no arguments, please\n"); |
