You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
417 B
13 lines
417 B
--- a/src/main.c
|
|
+++ b/src/main.c
|
|
@@ -66,8 +66,8 @@ main (int argc, char *argv[])
|
|
{
|
|
char *cp = NULL;
|
|
char const *localedir = relocate2 (LOCALEDIR, &cp);
|
|
- (void) bindtextdomain (PACKAGE, localedir);
|
|
- (void) bindtextdomain ("bison-runtime", localedir);
|
|
+ bindtextdomain (PACKAGE, localedir);
|
|
+ bindtextdomain ("bison-runtime", localedir);
|
|
free (cp);
|
|
}
|
|
(void) textdomain (PACKAGE);
|
|
|