diff options
| -rw-r--r-- | backends/platform/sdl/amigaos/amigaos-main.cpp | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/backends/platform/sdl/amigaos/amigaos-main.cpp b/backends/platform/sdl/amigaos/amigaos-main.cpp index 07143a6bca..1f58aaa830 100644 --- a/backends/platform/sdl/amigaos/amigaos-main.cpp +++ b/backends/platform/sdl/amigaos/amigaos-main.cpp @@ -49,14 +49,14 @@ int main(int argc, char *argv[]) {  			sizeof(progpath),  			DN_FULLPATH)) { -		// Stop any "Insert volume..." type requesters. +		// Stop any "Insert volume..." type requesters  		oldwin = IDOS->SetProcWindow((APTR)-1); -		// Finally, set the variable to the path the executable was run from. +		// Finally, set the variable to the path the executable was run from  		IDOS->AddPart( apppath, appname, 1024);  		IDOS->SetVar( apppath, progpath, -1, GVF_GLOBAL_ONLY|GVF_SAVE_VAR ); -		// Turn system requesters back on. +		// Turn system requesters back on  		IDOS->SetProcWindow( oldwin );  		}  	}  | 
