summaryrefslogtreecommitdiff
path: root/backend/epub/epub-document.c
diff options
context:
space:
mode:
authorrootavish <[email protected]>2014-05-30 16:31:46 +0530
committerrootavish <[email protected]>2014-05-30 16:31:46 +0530
commit7f33c3425aae32d1dd5d2d7b912f8d4eac1cf85d (patch)
treecb0ba939b932bf8d3d6f7b41ea9bb772929582d5 /backend/epub/epub-document.c
parent070a26ed403e9a0c330ee7901c5b85394317ef77 (diff)
downloadatril-7f33c3425aae32d1dd5d2d7b912f8d4eac1cf85d.tar.bz2
atril-7f33c3425aae32d1dd5d2d7b912f8d4eac1cf85d.tar.xz
created a separate directory for minizip content, fixed indentation in configure.ac
Moved ioapi.c unzip.c unzip.h and ioapi.h into a separate directory backend/epub/minizip Fixed an indentation problem in configure.ac, which was affecting the displayed result. Also fixed a typo in epub-document.h where i had wrongly named the function.
Diffstat (limited to 'backend/epub/epub-document.c')
-rw-r--r--backend/epub/epub-document.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/epub/epub-document.c b/backend/epub/epub-document.c
index 165bbc85..3154072f 100644
--- a/backend/epub/epub-document.c
+++ b/backend/epub/epub-document.c
@@ -324,4 +324,4 @@ extract_one_file(GError ** error)
g_free(currentfilename);
g_free(buffer);
-} \ No newline at end of file
+}