Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-document-types.c
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-04-18 22:28:07 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-04-18 22:28:07 (GMT)
commitbde20b7777d4230eca9fb8a7a7bd9efe700e78e9 (patch)
tree8589995c920f3370bd20ab76ac70eed415482b71 /shell/ev-document-types.c
parent1a8a7520ef13e6d7a2f38e11e80c01cf76825d50 (diff)
Fix build error and small problem on application exit
Diffstat (limited to 'shell/ev-document-types.c')
-rw-r--r--shell/ev-document-types.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-document-types.c b/shell/ev-document-types.c
index cc7734f..2d64594 100644
--- a/shell/ev-document-types.c
+++ b/shell/ev-document-types.c
@@ -55,7 +55,7 @@ const EvDocumentType document_types[] = {
#ifdef ENABLE_DJVU
/* djvu: */
- {"image/vnd.djvu", djvu_document_get_type),
+ {"image/vnd.djvu", djvu_document_get_type},
#endif
#ifdef ENABLE_DVI