diff options
author | Roger Dingledine <arma@torproject.org> | 2006-09-12 18:31:03 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-09-12 18:31:03 +0000 |
commit | 2371369b51f0c32d57f048bd862fd04e83e3ac7f (patch) | |
tree | 945be6befbeb7963488eaffe12ed52bfb7e70164 /contrib | |
parent | a4a2310d09d4c5f976b0001654487b5c6a059b4c (diff) | |
download | tor-2371369b51f0c32d57f048bd862fd04e83e3ac7f.tar tor-2371369b51f0c32d57f048bd862fd04e83e3ac7f.tar.gz |
avoid getting mail from ilja in 2008 about this.
svn:r8375
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/id_to_fp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/id_to_fp.c b/contrib/id_to_fp.c index c8f74ff16..428f37d1b 100644 --- a/contrib/id_to_fp.c +++ b/contrib/id_to_fp.c @@ -14,7 +14,7 @@ #include <stdio.h> #include <stdlib.h> -#define die(s) do { fprintf(stderr, s "\n"); return 1; } while (0) +#define die(s) do { fprintf(stderr, "%s\n", s); return 1; } while (0) int main(int argc, char **argv) |