From 32376376e26489351c3fbddef0a0b6682f682385 Mon Sep 17 00:00:00 2001 From: JonathanMeans Date: Thu, 12 Mar 2020 08:45:57 -0400 Subject: [PATCH] Formatting --- modules/c/nitf/source/PluginRegistry.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/c/nitf/source/PluginRegistry.c b/modules/c/nitf/source/PluginRegistry.c index 039c98ffa..740bf7c8d 100644 --- a/modules/c/nitf/source/PluginRegistry.c +++ b/modules/c/nitf/source/PluginRegistry.c @@ -270,9 +270,9 @@ NITFPRIV(nitf_PluginRegistry*) implicitConstruct(nitf_Error* error) else { fprintf(stderr, - "Warning: Unable to find plugin path. Specify plugin " - "location by setting environment variable %s," - " or by building the library from source\n", + "Warning: Unable to find plugin path.\n" + "Specify plugin location by setting environment variable " + "%s, or by building the library from source\n", NITF_PLUGIN_PATH); return reg; }