From 2f83742f1ddf66c49ca1b7e0c8c0d67380cf2505 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Sun, 14 Oct 2018 20:55:31 +0300 Subject: [PATCH] s/with/+/ --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');