summaryrefslogtreecommitdiffstats
path: root/plugins/urlize.c
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-11-19 06:45:18 (GMT)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-11-19 06:45:18 (GMT)
commitcaa8bd6423e2d0d1b4e72c150e80b9c6a9e1b7fe (patch)
tree118fd80cc8ba27ef695a8e8ce409e5d70f4fa451 /plugins/urlize.c
parent16f53e0717b60660145388b0feb351628f606211 (diff)
downloadmonitoring-plugins-caa8bd6423e2d0d1b4e72c150e80b9c6a9e1b7fe.tar.gz
Bulk EOL cleanup
$ git diff --ignore-space-change|diffstat 0 files changed git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2087 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/urlize.c')
-rw-r--r--plugins/urlize.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/urlize.c b/plugins/urlize.c
index 34e25c4..aeabafd 100644
--- a/plugins/urlize.c
+++ b/plugins/urlize.c
@@ -79,7 +79,7 @@ main (int argc, char **argv)
79 79
80 while (1) { 80 while (1) {
81 c = getopt_long (argc, argv, "+hVu:", longopts, &option); 81 c = getopt_long (argc, argv, "+hVu:", longopts, &option);
82 82
83 if (c == -1 || c == EOF) 83 if (c == -1 || c == EOF)
84 break; 84 break;
85 85
@@ -144,7 +144,7 @@ main (int argc, char **argv)
144 printf ("%s", nstr); 144 printf ("%s", nstr);
145 printf ("</A>"); 145 printf ("</A>");
146 nstr = strtok(NULL, PERF_CHARACTER); 146 nstr = strtok(NULL, PERF_CHARACTER);
147 if (nstr != NULL) 147 if (nstr != NULL)
148 printf (" | %s", nstr); 148 printf (" | %s", nstr);
149 149
150 /* close the pipe */ 150 /* close the pipe */