aboutsummaryrefslogtreecommitdiffstats
path: root/cups/api-filter.shtml
diff options
context:
space:
mode:
Diffstat (limited to 'cups/api-filter.shtml')
-rw-r--r--cups/api-filter.shtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cups/api-filter.shtml b/cups/api-filter.shtml
index 1b8f6f3c..bd90333c 100644
--- a/cups/api-filter.shtml
+++ b/cups/api-filter.shtml
@@ -94,7 +94,7 @@ being printed.</p>
<p>Filters and backends may also receive <code>SIGPIPE</code> when an upstream or downstream filter/backend exits with a non-zero status. Developers should generally ignore <code>SIGPIPE</code> at the beginning of <code>main()</code> with the following function call:</p>
<pre class="example">
-#include &lt;signal.h&gt;>
+#include &lt;signal.h&gt;
...