diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/couchpw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/couchpw.c b/bin/couchpw.c index 6e728849..a328c725 100644 --- a/bin/couchpw.c +++ b/bin/couchpw.c @@ -181,4 +181,4 @@ int main(int argc, char *argv[]) { system(command); unlink(tn); exit(0); -}
\ No newline at end of file +} |