[simple-scan/ricotz/vala: 11/11] Fix accessibility conflict of constant and its value
- From: Bartosz <bkosiorek src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [simple-scan/ricotz/vala: 11/11] Fix accessibility conflict of constant and its value
- Date: Tue, 30 Nov 2021 10:22:42 +0000 (UTC)
commit c86a0b52d7b78309ddbe5810a19a3c13e815f8d0
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Sat Nov 6 19:46:07 2021 +0100
Fix accessibility conflict of constant and its value
src/simple-scan.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/simple-scan.vala b/src/simple-scan.vala
index c15a5418..71f32de9 100644
--- a/src/simple-scan.vala
+++ b/src/simple-scan.vala
@@ -14,7 +14,7 @@ public class SimpleScan : Gtk.Application
static bool show_version;
static bool debug_enabled;
static string? fix_pdf_filename = null;
- public const OptionEntry[] options =
+ const OptionEntry[] options =
{
{ "version", 'v', 0, OptionArg.NONE, ref show_version,
/* Help string for command line --version flag */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]