* src/runcon.c (main): Remove "." at end of a diagnostic.

This commit is contained in:
Jim Meyering 2007-03-18 17:52:00 +01:00
parent 5e711ff948
commit ab511a2106
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-03-18 Jim Meyering <jim@meyering.net>
* src/runcon.c (main): Remove "." at end of a diagnostic.
2007-02-02 Jim Meyering <jim@meyering.net>
* src/runcon.c: New program.

View File

@ -180,7 +180,7 @@ main (int argc, char **argv, char **envp)
if (is_selinux_enabled () != 1)
error (EXIT_FAILURE, 0,
_("runcon may be used only on a SELinux kernel."));
_("runcon may be used only on a SELinux kernel"));
if (context)
{