MinGW
[oweals/gnunet.git] / src / util / os_installation.c
index afb8c2474462f96d2ab14301e5c9bcf20dd5d409..7079e2fef204c9bec2c455226a9d737c209fa91b 100644 (file)
@@ -298,8 +298,9 @@ os_get_gnunet_path ()
     return ret;
   /* other attempts here */
   GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-             _("Could not determine installation path for GNUnet.  Set `%s' environment variable.\n"),
-             "GNUNET_PREFIX");
+              _
+              ("Could not determine installation path for GNUnet.  Set `%s' environment variable.\n"),
+              "GNUNET_PREFIX");
   return NULL;
 }