[DEV] add gitignore and missing return

This commit is contained in:
Edouard DUPIN 2014-04-19 00:17:02 +02:00
parent 0c3219e6f0
commit 2297f5a5e6
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.pyc

View File

@ -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<etk::FSNode*>(datasource);
file->fileClose();
return 0;
}
static long localTellFunc(void *datasource) {