[gnome-builder] plugins/codespell: fix parameter for configure_launcher



commit 4ca441cf2fb72273a98926d083647595fbea7535
Author: Christian Hergert <chergert redhat com>
Date:   Mon Apr 25 18:30:39 2022 -0700

    plugins/codespell: fix parameter for configure_launcher

 src/plugins/codespell/ide-codespell-diagnostic-provider.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/plugins/codespell/ide-codespell-diagnostic-provider.c 
b/src/plugins/codespell/ide-codespell-diagnostic-provider.c
index 11042ff4a..c3d9dad91 100644
--- a/src/plugins/codespell/ide-codespell-diagnostic-provider.c
+++ b/src/plugins/codespell/ide-codespell-diagnostic-provider.c
@@ -34,7 +34,8 @@ static void
 ide_codespell_diagnostic_provider_configure_launcher (IdeDiagnosticTool     *tool,
                                                       IdeSubprocessLauncher *launcher,
                                                       GFile                 *file,
-                                                      GBytes                *contents)
+                                                      GBytes                *contents,
+                                                      const char            *language_id)
 {
   IDE_ENTRY;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]