blob: 76387f07ba319bed5bfc0d79efac288aac3fc069 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Remove incorrect i18n.merge_file argument
Origin: upstream, https://gitlab.gnome.org/GNOME/simple-scan/-/commit/da6626debe00be1a0660f30cf2bf7629186c01d5
Bug: https://gitlab.gnome.org/GNOME/simple-scan/-/issues/284
Forwarded: not-needed
Last-Update: 2022-02-06
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: trunk/src/simple-scan.vala
===================================================================
--- trunk.orig/src/simple-scan.vala
+++ trunk/src/simple-scan.vala
@@ -14,7 +14,7 @@ public class SimpleScan : Gtk.Applicatio
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 */
|