diff options
author | rbuj <[email protected]> | 2020-11-16 07:32:43 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-11-25 15:59:54 +0100 |
commit | e0922b5bff84b4e14685afc01d1747d05c6d8f4b (patch) | |
tree | 54bb9015ae86c1a3006de0bd9c815bba81cb5a15 /mate-dictionary/libgdict | |
parent | a911f11a25ef44cf90e7fce08470724068a5a8a2 (diff) | |
download | mate-utils-e0922b5bff84b4e14685afc01d1747d05c6d8f4b.tar.bz2 mate-utils-e0922b5bff84b4e14685afc01d1747d05c6d8f4b.tar.xz |
gdict-utils: Fix comment
Diffstat (limited to 'mate-dictionary/libgdict')
-rw-r--r-- | mate-dictionary/libgdict/gdict-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-dictionary/libgdict/gdict-utils.c b/mate-dictionary/libgdict/gdict-utils.c index e47dfd2d..1d616e0c 100644 --- a/mate-dictionary/libgdict/gdict-utils.c +++ b/mate-dictionary/libgdict/gdict-utils.c @@ -89,7 +89,7 @@ gdict_arg_no_debug_cb (const char *key, G_N_ELEMENTS (gdict_debug_keys)); return TRUE; } -#endif /* CLUTTER_ENABLE_DEBUG */ +#endif /* GDICT_ENABLE_DEBUG */ static GOptionEntry gdict_args[] = { #ifdef GDICT_ENABLE_DEBUG |