diff --git a/src/main.c b/src/main.c index c0555fc..1bf9f8e 100644 --- a/src/main.c +++ b/src/main.c @@ -81,7 +81,7 @@ static const struct option _long_opts[] = { static void _version(bool nl) { printf(VERSION); # ifdef OMX_ENCODER - printf(" with OMX"); + printf(" + OMX"); # endif if (nl) { putchar('\n');