[Midnightbsd-cvs] src [12121] trunk/lib/libmport/mport_private.h: fix typo
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Nov 25 15:19:59 EST 2018
Revision: 12121
http://svnweb.midnightbsd.org/src/?rev=12121
Author: laffer1
Date: 2018-11-25 15:19:41 -0500 (Sun, 25 Nov 2018)
Log Message:
-----------
fix typo
Modified Paths:
--------------
trunk/lib/libmport/mport_private.h
Modified: trunk/lib/libmport/mport_private.h
===================================================================
--- trunk/lib/libmport/mport_private.h 2018-11-25 20:18:40 UTC (rev 12120)
+++ trunk/lib/libmport/mport_private.h 2018-11-25 20:19:41 UTC (rev 12121)
@@ -47,7 +47,7 @@
#define MPORT_BUNDLE_VERSION 5
#define MPORT_BUNDLE_VERSION_STR "5"
-#define MPORT_SETTING_MIRROR_REGION = "mirror_region";
+#define MPORT_SETTING_MIRROR_REGION "mirror_region";
/* callback syntaxtic sugar */
void mport_call_msg_cb(mportInstance *, const char *, ...);
More information about the Midnightbsd-cvs
mailing list