summaryrefslogtreecommitdiff
path: root/apps/filetypes.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetypes.c')
-rw-r--r--apps/filetypes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/filetypes.c b/apps/filetypes.c
index 722456b8f4..ead2295f70 100644
--- a/apps/filetypes.c
+++ b/apps/filetypes.c
@@ -518,5 +518,5 @@ int filetype_load_plugin(const char* plugin, char* file)
518 return PLUGIN_ERROR; 518 return PLUGIN_ERROR;
519 snprintf(plugin_name, MAX_PATH, "%s/%s.%s", 519 snprintf(plugin_name, MAX_PATH, "%s/%s.%s",
520 PLUGIN_DIR, filetypes[i].plugin, ROCK_EXTENSION); 520 PLUGIN_DIR, filetypes[i].plugin, ROCK_EXTENSION);
521 return plugin_load(plugin_name,file); 521 return plugin_load(plugin_name, file);
522} 522}