diff options
Diffstat (limited to 'lib/ephy-file-helpers.c')
-rw-r--r-- | lib/ephy-file-helpers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-file-helpers.c b/lib/ephy-file-helpers.c index 5be893dc6..f1f62bae5 100644 --- a/lib/ephy-file-helpers.c +++ b/lib/ephy-file-helpers.c @@ -229,7 +229,7 @@ ephy_file_helpers_shutdown (void) if (mime_table != NULL) { - LOG ("Destroying mime type hashtable") + LOG ("Destroying mime type hashtable"); g_hash_table_destroy (mime_table); mime_table = NULL; } |