From fe2376e63b47735b368820a87ea0d4115940230c Mon Sep 17 00:00:00 2001 From: Damjan Jovanovic Date: Sun, 19 Jun 2011 18:05:13 +0200 Subject: [PATCH] include: Fix an RPC_PROTSEQ_VECTORW typo. --- include/rpcdce.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rpcdce.h b/include/rpcdce.h index 5edb501195d..6b3bd3a88b8 100644 --- a/include/rpcdce.h +++ b/include/rpcdce.h @@ -93,7 +93,7 @@ typedef struct _RPC_PROTSEQ_VECTORA typedef struct _RPC_PROTSEQ_VECTORW { - unsigned int count; + unsigned int Count; unsigned short *Protseq[1]; } RPC_PROTSEQ_VECTORW; -- 2.11.4.GIT