[Midnightbsd-cvs] src [12123] trunk/lib/libmport/mport_private.h: fix another typo

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Nov 25 15:40:09 EST 2018


Revision: 12123
          http://svnweb.midnightbsd.org/src/?rev=12123
Author:   laffer1
Date:     2018-11-25 15:40:09 -0500 (Sun, 25 Nov 2018)
Log Message:
-----------
fix another 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:39:51 UTC (rev 12122)
+++ trunk/lib/libmport/mport_private.h	2018-11-25 20:40:09 UTC (rev 12123)
@@ -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