aboutsummaryrefslogtreecommitdiff
path: root/src/util/plugin.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-15 21:54:06 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-15 21:54:06 +0000
commit5746309cb4be2073d550ad7a6885e918631dbc38 (patch)
tree89455bc4aadf977816b38df13f990372cd81d71a /src/util/plugin.c
parent6fd3e715cae09fa6e657c96f1c6f9711ee51f42f (diff)
downloadgnunet-5746309cb4be2073d550ad7a6885e918631dbc38.tar.gz
gnunet-5746309cb4be2073d550ad7a6885e918631dbc38.zip
indentation
Diffstat (limited to 'src/util/plugin.c')
-rw-r--r--src/util/plugin.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util/plugin.c b/src/util/plugin.c
index b1c979dff..08b32b295 100644
--- a/src/util/plugin.c
+++ b/src/util/plugin.c
@@ -84,8 +84,7 @@ plugin_init ()
84 err = lt_dlinit (); 84 err = lt_dlinit ();
85 if (err > 0) 85 if (err > 0)
86 { 86 {
87 fprintf (stderr, 87 fprintf (stderr, _("Initialization of plugin mechanism failed: %s!\n"),
88 _("Initialization of plugin mechanism failed: %s!\n"),
89 lt_dlerror ()); 88 lt_dlerror ());
90 return; 89 return;
91 } 90 }