]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Remove unnecessary trailing comma in struct initializers.
authorBruno Haible <bruno@clisp.org>
Mon, 1 Oct 2018 13:47:14 +0000 (15:47 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 5 Oct 2018 21:44:05 +0000 (23:44 +0200)
* gettext-tools/src/msgattrib.c (long_options): Remove trailing comma in
initializer.
* gettext-tools/src/msgcat.c (long_options): Likewise.
* gettext-tools/src/msgcomm.c (long_options): Likewise.
* gettext-tools/src/msgconv.c (long_options): Likewise.
* gettext-tools/src/msgen.c (long_options): Likewise.
* gettext-tools/src/msgfilter.c (long_options): Likewise.
* gettext-tools/src/msgmerge.c (long_options): Likewise.
* gettext-tools/src/msgunfmt.c (long_options): Likewise.
* gettext-tools/src/msguniq.c (long_options): Likewise.
* gettext-tools/src/xgettext.c (long_options): Likewise.

gettext-tools/src/msgattrib.c
gettext-tools/src/msgcat.c
gettext-tools/src/msgcomm.c
gettext-tools/src/msgconv.c
gettext-tools/src/msgen.c
gettext-tools/src/msgfilter.c
gettext-tools/src/msgmerge.c
gettext-tools/src/msgunfmt.c
gettext-tools/src/msguniq.c
gettext-tools/src/xgettext.c

index 6ffd2581caa03d0d82f733a9fd46264a1d0eed1d..ff38dc666c5fb2ed8b8cf437b0f73fdee6ec1693 100644 (file)
@@ -119,7 +119,7 @@ static const struct option long_options[] =
   { "translated", no_argument, NULL, CHAR_MAX + 1 },
   { "untranslated", no_argument, NULL, CHAR_MAX + 2 },
   { "version", no_argument, NULL, 'V' },
-  { "width", required_argument, NULL, 'w', },
+  { "width", required_argument, NULL, 'w' },
   { NULL, 0, NULL, 0 }
 };
 
index 438ada42b621bf9087e3458a8c4fdb245e2f879f..f35a4f85283d80b0bd45ae450a3a958d5baf155d 100644 (file)
@@ -87,9 +87,9 @@ static const struct option long_options[] =
   { "unique", no_argument, NULL, 'u' },
   { "use-first", no_argument, NULL, CHAR_MAX + 1 },
   { "version", no_argument, NULL, 'V' },
-  { "width", required_argument, NULL, 'w', },
-  { "more-than", required_argument, NULL, '>', },
-  { "less-than", required_argument, NULL, '<', },
+  { "width", required_argument, NULL, 'w' },
+  { "more-than", required_argument, NULL, '>' },
+  { "less-than", required_argument, NULL, '<' },
   { NULL, 0, NULL, 0 }
 };
 
index a65797d836c0839b79b5ec3a9627a6c335a440e9..9f7b0b236ab7b04f33fcbb87f659b71d9df5be58 100644 (file)
@@ -88,9 +88,9 @@ static const struct option long_options[] =
   { "to-code", required_argument, NULL, 't' },
   { "unique", no_argument, NULL, 'u' },
   { "version", no_argument, NULL, 'V' },
-  { "width", required_argument, NULL, 'w', },
-  { "more-than", required_argument, NULL, '>', },
-  { "less-than", required_argument, NULL, '<', },
+  { "width", required_argument, NULL, 'w' },
+  { "more-than", required_argument, NULL, '>' },
+  { "less-than", required_argument, NULL, '<' },
   { NULL, 0, NULL, 0 }
 };
 
index f9ddfe2b42c6b2e01f8e488e2f0635239cdee13b..409b4cb4382ef57b8026d56860c483b05305a73d 100644 (file)
@@ -82,7 +82,7 @@ static const struct option long_options[] =
   { "style", required_argument, NULL, CHAR_MAX + 5 },
   { "to-code", required_argument, NULL, 't' },
   { "version", no_argument, NULL, 'V' },
-  { "width", required_argument, NULL, 'w', },
+  { "width", required_argument, NULL, 'w' },
   { NULL, 0, NULL, 0 }
 };
 
index 2ba7a5d98461388ed0801986177cefb79b1ba0cc..38190f746b530a9dac17b57b543cacdd634d97fb 100644 (file)
@@ -79,7 +79,7 @@ static const struct option long_options[] =
   { "stringtable-output", no_argument, NULL, CHAR_MAX + 3 },
   { "style", required_argument, NULL, CHAR_MAX + 6 },
   { "version", no_argument, NULL, 'V' },
-  { "width", required_argument, NULL, 'w', },
+  { "width", required_argument, NULL, 'w' },
   { NULL, 0, NULL, 0 }
 };
 
index 18ed609ba96f16db37c72d79e863efc2b93f2de4..ae64240d8910613e3a7e95a920628c29c9701430 100644 (file)
@@ -112,7 +112,7 @@ static const struct option long_options[] =
   { "stringtable-output", no_argument, NULL, CHAR_MAX + 5 },
   { "style", required_argument, NULL, CHAR_MAX + 7 },
   { "version", no_argument, NULL, 'V' },
-  { "width", required_argument, NULL, 'w', },
+  { "width", required_argument, NULL, 'w' },
   { NULL, 0, NULL, 0 }
 };
 
index 8e50fb6c35ee684eb6a4c48cf80d07d510388cf4..90c2b69a1eeadcb44750f08829eb7526976ca4a8 100644 (file)
@@ -111,7 +111,7 @@ static const struct option long_options[] =
   { "add-location", optional_argument, NULL, 'n' },
   { "backup", required_argument, NULL, CHAR_MAX + 1 },
   { "color", optional_argument, NULL, CHAR_MAX + 9 },
-  { "compendium", required_argument, NULL, 'C', },
+  { "compendium", required_argument, NULL, 'C' },
   { "directory", required_argument, NULL, 'D' },
   { "escape", no_argument, NULL, 'E' },
   { "force-po", no_argument, &force_po, 1 },
@@ -139,7 +139,7 @@ static const struct option long_options[] =
   { "update", no_argument, NULL, 'U' },
   { "verbose", no_argument, NULL, 'v' },
   { "version", no_argument, NULL, 'V' },
-  { "width", required_argument, NULL, 'w', },
+  { "width", required_argument, NULL, 'w' },
   { NULL, 0, NULL, 0 }
 };
 
index ae4437ca8fa47d871baeea8a7e1c1c1713c08f02..565e14bca7776dbc7c38f1def5e88f504ed817ad 100644 (file)
@@ -100,7 +100,7 @@ static const struct option long_options[] =
   { "tcl", no_argument, NULL, CHAR_MAX + 1 },
   { "verbose", no_argument, NULL, 'v' },
   { "version", no_argument, NULL, 'V' },
-  { "width", required_argument, NULL, 'w', },
+  { "width", required_argument, NULL, 'w' },
   { NULL, 0, NULL, 0 }
 };
 
index 301acdbff01d85595cc9e4cb85fe6dc0323af65f..22f7c83d74564cda0532a91dbe39162393ec9950 100644 (file)
@@ -85,7 +85,7 @@ static const struct option long_options[] =
   { "unique", no_argument, NULL, 'u' },
   { "use-first", no_argument, NULL, CHAR_MAX + 1 },
   { "version", no_argument, NULL, 'V' },
-  { "width", required_argument, NULL, 'w', },
+  { "width", required_argument, NULL, 'w' },
   { NULL, 0, NULL, 0 }
 };
 
index 968472dac452c7f2a641be5dc0238cc8f8ad966e..00d5a946bc569ac4911fc37cd89b5a5eb5f6365d 100644 (file)
@@ -274,7 +274,7 @@ static const struct option long_options[] =
   { "style", required_argument, NULL, CHAR_MAX + 15 },
   { "trigraphs", no_argument, NULL, 'T' },
   { "version", no_argument, NULL, 'V' },
-  { "width", required_argument, NULL, 'w', },
+  { "width", required_argument, NULL, 'w' },
   { NULL, 0, NULL, 0 }
 };