From 8807e954c4eb49abc10934154415cd4e4ca72b61 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Wed, 8 Sep 2021 14:47:20 -0500 Subject: meson: typo fix --- src/rc/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rc/meson.build b/src/rc/meson.build index 97fb84e8..fb9de00b 100644 --- a/src/rc/meson.build +++ b/src/rc/meson.build @@ -2,7 +2,7 @@ rc_misc_c = files([ 'rc-misc.c', ]) -rc_plugin_c = ([ +rc_plugin_c = files([ 'rc-plugin.c', ]) -- cgit v1.2.3