summaryrefslogtreecommitdiffstats
path: root/plugins/urlize.c
diff options
context:
space:
mode:
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 */