diff options
Diffstat (limited to 'src/common/common.c')
-rw-r--r-- | src/common/common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/common.c b/src/common/common.c index 8628cd2..840df50 100644 --- a/src/common/common.c +++ b/src/common/common.c @@ -12,6 +12,8 @@ int (*file_ext(char *file))(struct blob *, struct userdata *) { return module_openmpt; } else if ((ext(".mid") && ext(".MID") && ext(".midi")) == 0) { return module_fluidsynth; + } else if ((ext(".org") && ext(".ORG")) == 0) { + return module_organya; } #undef ext return NULL; |