summaryrefslogtreecommitdiffstats
path: root/xrdp/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'xrdp/parse.h')
-rw-r--r--xrdp/parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xrdp/parse.h b/xrdp/parse.h
index 057ef002..477f35ab 100644
--- a/xrdp/parse.h
+++ b/xrdp/parse.h
@@ -56,7 +56,7 @@ struct stream
#define make_stream(s) \
{ \
s = (struct stream*)g_malloc(sizeof(struct stream), 1); \
-} \
+}
/******************************************************************************/
#define init_stream(s, v) \