summaryrefslogtreecommitdiff
path: root/mate-dictionary/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'mate-dictionary/src/main.c')
-rw-r--r--mate-dictionary/src/main.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/mate-dictionary/src/main.c b/mate-dictionary/src/main.c
index f6dcc94d..a89a5754 100644
--- a/mate-dictionary/src/main.c
+++ b/mate-dictionary/src/main.c
@@ -10,15 +10,15 @@
int main (int argc, char *argv[])
{
- bindtextdomain (GETTEXT_PACKAGE, MATELOCALEDIR);
- bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
- textdomain (GETTEXT_PACKAGE);
+ bindtextdomain (GETTEXT_PACKAGE, MATELOCALEDIR);
+ bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
+ textdomain (GETTEXT_PACKAGE);
gdict_init (&argc, &argv);
-
+
gdict_main ();
gdict_cleanup ();
-
+
return EXIT_SUCCESS;
}