mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-22 22:25:51 +01:00
avoid getting mail from ilja in 2008 about this.
svn:r8375
This commit is contained in:
parent
a4a2310d09
commit
2371369b51
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue