summaryrefslogtreecommitdiffstats
path: root/stream/pnm.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/pnm.c')
-rw-r--r--stream/pnm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/pnm.c b/stream/pnm.c
index 5fde9bb17c..8ae2138607 100644
--- a/stream/pnm.c
+++ b/stream/pnm.c
@@ -906,7 +906,7 @@ static int open_s(stream_t *stream,int mode, void* opts, int* file_format) {
fail:
streaming_ctrl_free(stream->streaming_ctrl);
stream->streaming_ctrl = NULL;
- return STREAM_UNSUPORTED;
+ return STREAM_UNSUPPORTED;
}