From d2374490608879cd3d9f9bd48bbba9bd6830338a Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 4 May 2015 00:50:10 -0400 Subject: [PATCH] Fixed a typo in ui.idl. --- ui.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui.idl b/ui.idl index 52ec4abd..75cfc735 100644 --- a/ui.idl +++ b/ui.idl @@ -31,7 +31,7 @@ struct Sizing { field sys *uiSizingSys; }; -raw "typedef struct uiControlSysFuncParams uiControlSysFuncParams"; +raw "typedef struct uiControlSysFuncParams uiControlSysFuncParams;"; interface Control { field Internal *void; // for use by ui only