From: Armin Novak Date: Tue, 19 Jun 2018 14:57:45 +0000 (+0200) Subject: Fixed missing variable type X-Git-Tag: 2.0.0-rc3~24^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9a47ce3f767be8ca14a1dd8bf6a3c2bb74be5a17;p=platform%2Fupstream%2Ffreerdp.git Fixed missing variable type --- diff --git a/include/freerdp/freerdp.h b/include/freerdp/freerdp.h index 9b698e0..8072633 100644 --- a/include/freerdp/freerdp.h +++ b/include/freerdp/freerdp.h @@ -242,7 +242,7 @@ struct rdp_freerdp Must be set to NULL if not needed. */ UINT64 paddingC[47 - 35]; /* 35 */ - ALIGN64 ConnectionCallbackState; /* 48 */ + ALIGN64 UINT ConnectionCallbackState; /* 47 */ ALIGN64 pPreConnect PreConnect; /**< (offset 48) Callback for pre-connect operations.