Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMeans committed Mar 12, 2020
1 parent 88769f7 commit 3237637
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/c/nitf/source/PluginRegistry.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 3237637

Please sign in to comment.