Browse Source

avoid getting mail from ilja in 2008 about this.

svn:r8375
Roger Dingledine 18 years ago
parent
commit
2371369b51
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/id_to_fp.c

+ 1 - 1
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)