mgmtapi: fix typo in the export of SnmpMgrRequest

Robert Naumann gonzomdx at gmail.com
Thu Mar 27 04:17:46 CDT 2014


---
 dlls/mgmtapi/mgmtapi.spec |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140327/cc3761d4/attachment.html>
-------------- next part --------------
From 31035973d6961a2be0f311bbd5b8254233a8e25a Mon Sep 17 00:00:00 2001
From: Robert Naumann <gonzomdx at gmail.com>
Date: Thu, 27 Mar 2014 10:04:55 +0100
Subject: mgmtapi: fix typo in the export of SnmpMgrRequest

---
 dlls/mgmtapi/mgmtapi.spec |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/mgmtapi/mgmtapi.spec b/dlls/mgmtapi/mgmtapi.spec
index 9166cd4..a052d73 100644
--- a/dlls/mgmtapi/mgmtapi.spec
+++ b/dlls/mgmtapi/mgmtapi.spec
@@ -4,6 +4,6 @@
 @ stub SnmpMgrGetTrapEx
 @ stub SnmpMgrOidToStr
 @ stub SnmpMgrOpen
-@ stub SnmpMgrrequest
+@ stub SnmpMgrRequest
 @ stub SnmpMgrStrToOid
 @ stub SnmpMgrTrapListen
-- 
1.7.10.4



More information about the wine-patches mailing list