]> git.ipfire.org Git - thirdparty/gcc.git/commit
plugin: add missing colon in error message [PR93746]
authorDavid Malcolm <dmalcolm@redhat.com>
Tue, 26 Nov 2024 15:39:12 +0000 (10:39 -0500)
committerDavid Malcolm <dmalcolm@redhat.com>
Tue, 26 Nov 2024 15:39:12 +0000 (10:39 -0500)
commit08bb92d642757f1d4374b947f45f871cc04b8c65
tree5a6efd6e3e6133a62dbefc9a19525f05ef1e0e61
parent098a41cb972d3711ebcb518a72a1addfdb6c70cf
plugin: add missing colon in error message [PR93746]

gcc/ChangeLog:
PR plugins/93746
* plugin.cc (try_init_one_plugin): Add missing colon in error
message.

Signed-off-by: David Malcolm <dmalcolm@redhat.com>
gcc/plugin.cc