13 lines
484 B
Plaintext
13 lines
484 B
Plaintext
$OpenBSD: patch-gettext-tools_src_msgcomm_c,v 1.1 2005/12/18 21:53:18 sturm Exp $
|
|
--- gettext-tools/src/msgcomm.c.orig Sun Dec 18 11:57:59 2005
|
|
+++ gettext-tools/src/msgcomm.c Sun Dec 18 11:58:10 2005
|
|
@@ -55,7 +55,7 @@ static int force_po;
|
|
static const char *to_code;
|
|
|
|
/* Long options. */
|
|
-static const struct option long_options[] =
|
|
+static struct option long_options[] =
|
|
{
|
|
{ "add-location", no_argument, &line_comment, 1 },
|
|
{ "directory", required_argument, NULL, 'D' },
|