diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/librpc/idl/spoolss.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/spoolss.idl b/source4/librpc/idl/spoolss.idl index 94863fcf20..be5dac8fb3 100644 --- a/source4/librpc/idl/spoolss.idl +++ b/source4/librpc/idl/spoolss.idl @@ -627,7 +627,7 @@ } spoolss_DocumentInfo1; typedef [switch_type(uint32)] union { - [case(1)] spoolss_DocumentInfo1 info1; + [case(1)] spoolss_DocumentInfo1 *info1; } spoolss_DocumentInfo; WERROR spoolss_StartDocPrinter( |