From c25640d80e675d25660a78dc2dc0a4f20831d4e2 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 ecc353e..25f6fe1 100644 --- a/ewolsa/decOgg.cpp +++ b/ewolsa/decOgg.cpp @@ -41,6 +41,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) {