summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2013-12-21 02:07:13 +0100
committerOle Loots <ole@monochrom.net>2013-12-21 02:07:13 +0100
commita2489f85d82efc57fbe02275efe5648c21ddb280 (patch)
tree259aac8c33715cf648dbb0bf98beef072a3c13d7
parent4abe5273c993520464b84523715b39d648ecf2d7 (diff)
downloadnetsurf-a2489f85d82efc57fbe02275efe5648c21ddb280.tar.gz
netsurf-a2489f85d82efc57fbe02275efe5648c21ddb280.tar.bz2
Minor formatting fix
-rwxr-xr-xatari/misc.c2
-rwxr-xr-xatari/misc.h2
2 files changed, 2 insertions, 2 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]="";
diff --git a/atari/misc.h b/atari/misc.h
index 948b22526..8d1719ce8 100755
--- a/atari/misc.h
+++ b/atari/misc.h
@@ -58,7 +58,7 @@ void dbg_grect(const char * str, GRECT * r);
void dbg_pxy(const char * str, short * pxy);
void dbg_rect(const char * str, int * pxy);
-const char * file_select( const char * title, const char * name );
+const char * file_select(const char * title, const char * name);
/**
* Convert NKC (atari normalized key code) to netsurf