summaryrefslogtreecommitdiffstats
path: root/plugins/urlize.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/urlize.c')
-rw-r--r--plugins/urlize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/urlize.c b/plugins/urlize.c
index 83c37da..c04ac0e 100644
--- a/plugins/urlize.c
+++ b/plugins/urlize.c
@@ -110,7 +110,7 @@ main (int argc, char **argv)
110 110
111 /* WARNING if output found on stderr */ 111 /* WARNING if output found on stderr */
112 if (fgets (input_buffer, MAX_INPUT_BUFFER - 1, child_stderr)) 112 if (fgets (input_buffer, MAX_INPUT_BUFFER - 1, child_stderr))
113 result = max (result, STATE_WARNING); 113 result = max_state (result, STATE_WARNING);
114 114
115 /* close stderr */ 115 /* close stderr */
116 (void) fclose (child_stderr); 116 (void) fclose (child_stderr);