diff options
| author | 2014-07-22 06:14:55 +0000 | |
|---|---|---|
| committer | 2014-07-22 06:14:55 +0000 | |
| commit | 5d7e1fcc62a7f9dd5441eaccbc274f9327efcf00 (patch) | |
| tree | 59a6e5c3c090f1f83dfd20359ab321fb69713e00 /src/osd/osdmini | |
| parent | c4e9058ee26841baae4c0fd51e081949747d5f48 (diff) | |
Cleanups and version bump
Diffstat (limited to 'src/osd/osdmini')
| -rw-r--r-- | src/osd/osdmini/minifile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/osdmini/minifile.c b/src/osd/osdmini/minifile.c index 7633e155313..f2f899744fc 100644 --- a/src/osd/osdmini/minifile.c +++ b/src/osd/osdmini/minifile.c @@ -177,7 +177,7 @@ file_error osd_get_full_path(char **dst, const char *path) *dst = (char *)osd_malloc_array(strlen(path) + 1); if (*dst != NULL) strcpy(*dst, path); - } + } return FILERR_NONE; } |
