From 2297f5a5e60ee2deab32938e8ffc0748d3636f1d Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Sat, 19 Apr 2014 00:17:02 +0200 Subject: [PATCH] [DEV] add gitignore and missing return --- .gitignore | 1 + ewolsa/decOgg.cpp | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d20b64 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.pyc diff --git a/ewolsa/decOgg.cpp b/ewolsa/decOgg.cpp index 48c8224..21ef926 100644 --- a/ewolsa/decOgg.cpp +++ b/ewolsa/decOgg.cpp @@ -39,6 +39,7 @@ static int localSeekFunc(void *datasource, ogg_int64_t offset, int whence) { static int localCloseFunc(void *datasource) { etk::FSNode* file = static_cast(datasource); file->fileClose(); + return 0; } static long localTellFunc(void *datasource) {