types.h: add missing asterix from comment.
authorThomas Ingleby <thomas.c.ingleby@intel.com>
Wed, 2 Jul 2014 16:10:59 +0000 (17:10 +0100)
committerThomas Ingleby <thomas.c.ingleby@intel.com>
Wed, 2 Jul 2014 16:10:59 +0000 (17:10 +0100)
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
api/mraa/types.h

index 9dba83c..fe52eab 100644 (file)
@@ -69,7 +69,7 @@ typedef enum {
  * scheduler to SCHED_RR. Highest * priority is typically 99 and minimum is 0.
  * This function * will set to MAX if * priority is > MAX. Function will return
  * -1 on failure.
-
+ *
  * @param priority Value from typically 0 to 99
  * @return The priority value set
  */