[Midnightbsd-cvs] src [7513] trunk/lib/libmport/plist.c: fix comment

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Apr 9 17:01:39 EDT 2016


Revision: 7513
          http://svnweb.midnightbsd.org/src/?rev=7513
Author:   laffer1
Date:     2016-04-09 17:01:38 -0400 (Sat, 09 Apr 2016)
Log Message:
-----------
fix comment

Modified Paths:
--------------
    trunk/lib/libmport/plist.c

Modified: trunk/lib/libmport/plist.c
===================================================================
--- trunk/lib/libmport/plist.c	2016-04-09 21:01:24 UTC (rev 7512)
+++ trunk/lib/libmport/plist.c	2016-04-09 21:01:38 UTC (rev 7513)
@@ -72,9 +72,10 @@
 }
 
 
-/* Parses the contents of the given plistfile pointer.  Returns MPORT_OK on success, 
+/**
+ * Parses the contents of the given plistfile pointer.  
+ * Returns MPORT_OK on success, 
  * an error code on failure.
- *
  */
 MPORT_PUBLIC_API int
 mport_parse_plistfile(FILE *fp, mportAssetList *list) {



More information about the Midnightbsd-cvs mailing list