summaryrefslogtreecommitdiff
path: root/mate-dictionary/src/main.c
diff options
context:
space:
mode:
authormonsta <[email protected]>2015-09-01 10:57:04 +0300
committermonsta <[email protected]>2015-09-01 10:57:04 +0300
commit464e0832f0aafc4af7811dcd3000f4285821ef9c (patch)
treed58fb520a3ae9e4d875f7b09f2f21d5353d722b9 /mate-dictionary/src/main.c
parent4ba30f60c331b98a61e2d608e56bbbd9c7e51e18 (diff)
downloadmate-utils-464e0832f0aafc4af7811dcd3000f4285821ef9c.tar.bz2
mate-utils-464e0832f0aafc4af7811dcd3000f4285821ef9c.tar.xz
dictionary: fixed indentation a bit
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;
}