Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
2371369b
Commit
2371369b
authored
Sep 12, 2006
by
Roger Dingledine
Browse files
avoid getting mail from ilja in 2008 about this.
svn:r8375
parent
a4a2310d
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/id_to_fp.c
View file @
2371369b
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment