From: Robert Dewar Date: Wed, 20 Aug 2008 12:07:36 +0000 (+0200) Subject: g-socthi-mingw.adb: Minor reformatting X-Git-Tag: releases/gcc-4.4.0~3059 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8173c2769abaaa73f651aee4b60b3c48bed03164;p=thirdparty%2Fgcc.git g-socthi-mingw.adb: Minor reformatting 2008-08-20 Robert Dewar * g-socthi-mingw.adb: Minor reformatting From-SVN: r139275 --- diff --git a/gcc/ada/g-socthi-mingw.adb b/gcc/ada/g-socthi-mingw.adb index 8c048eef132b..c853ce41eb59 100644 --- a/gcc/ada/g-socthi-mingw.adb +++ b/gcc/ada/g-socthi-mingw.adb @@ -488,6 +488,7 @@ package body GNAT.Sockets.Thin is (Errno : Integer) return C.Strings.chars_ptr is use GNAT.Sockets.SOSC; + begin case Errno is when EINTR => return Error_Messages (N_EINTR);