aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/cygserver_msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/cygserver_msg.h')
-rw-r--r--winsup/cygwin/cygserver_msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/cygserver_msg.h b/winsup/cygwin/cygserver_msg.h
index 116741e..716aaf8 100644
--- a/winsup/cygwin/cygserver_msg.h
+++ b/winsup/cygwin/cygserver_msg.h
@@ -48,7 +48,7 @@ private:
proc ipcblk;
union
{
- struct msgctl_args ctlargs;
+ struct msgctl_args ctlargs;
struct msgget_args getargs;
struct msgrcv_args rcvargs;
struct msgsnd_args sndargs;