From 4bad45cfd6fea3a5756d9b9c14bcf4b99d82d0b0 Mon Sep 17 00:00:00 2001 From: Hubert Maier Date: Fri, 29 Apr 2016 14:08:54 +0300 Subject: Remove periods --- backends/platform/sdl/amigaos/amigaos-main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'backends/platform/sdl/amigaos') 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 ); } } -- cgit v1.2.3