[DEV] add gitignore and missing return
This commit is contained in:
parent
0c3219e6f0
commit
2297f5a5e6
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
*.pyc
|
@ -39,6 +39,7 @@ static int localSeekFunc(void *datasource, ogg_int64_t offset, int whence) {
|
|||||||
static int localCloseFunc(void *datasource) {
|
static int localCloseFunc(void *datasource) {
|
||||||
etk::FSNode* file = static_cast<etk::FSNode*>(datasource);
|
etk::FSNode* file = static_cast<etk::FSNode*>(datasource);
|
||||||
file->fileClose();
|
file->fileClose();
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static long localTellFunc(void *datasource) {
|
static long localTellFunc(void *datasource) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user