aboutsummaryrefslogtreecommitdiffstats
path: root/tools/serd-pipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/serd-pipe.c')
-rw-r--r--tools/serd-pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/serd-pipe.c b/tools/serd-pipe.c
index 879a56b5..f2891f9b 100644
--- a/tools/serd-pipe.c
+++ b/tools/serd-pipe.c
@@ -163,7 +163,7 @@ parse_option(OptionIter* const iter, Options* const opts)
}
ARG_ERRORF("invalid option -- '%c'\n", opt);
- return SERD_ERR_BAD_ARG;
+ return SERD_BAD_ARG;
#undef ARG_ERRORF
}