aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/test_gnunet_prefix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/test_gnunet_prefix.c b/contrib/test_gnunet_prefix.c
index e632427d8..32c2fac05 100644
--- a/contrib/test_gnunet_prefix.c
+++ b/contrib/test_gnunet_prefix.c
@@ -50,7 +50,7 @@ main (int argc, char **argv)
50 fprintf (stderr, 50 fprintf (stderr,
51 _ ("Failed to access `%s': %s\n"), 51 _ ("Failed to access `%s': %s\n"),
52 tmp, 52 tmp,
53 STRERROR (errno)); 53 strerror (errno));
54 fprintf ( 54 fprintf (
55 stderr, 55 stderr,
56 _ ( 56 _ (