summaryrefslogtreecommitdiff
path: root/atari/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'atari/misc.c')
-rwxr-xr-xatari/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/misc.c b/atari/misc.c
index 90a8bee2b..d330859b9 100755
--- a/atari/misc.c
+++ b/atari/misc.c
@@ -487,7 +487,7 @@ long nkc_to_input_key(short nkc, long * ucs4_out)
* \param name Default file name
* \return a static char pointer or null if the user aborted the selection.
*/
-const char * file_select(const char * title, const char * name ) {
+const char * file_select(const char * title, const char * name) {
static char path[PATH_MAX]=""; // First usage : current directory
static char fullname[PATH_MAX]="";