From 2cb2122fa1d166f8a0222200bd3a2e80c83d51a7 Mon Sep 17 00:00:00 2001 From: Thomas Ingleby Date: Wed, 2 Jul 2014 17:10:59 +0100 Subject: [PATCH] types.h: add missing asterix from comment. Signed-off-by: Thomas Ingleby --- api/mraa/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/mraa/types.h b/api/mraa/types.h index 9dba83c..fe52eab 100644 --- a/api/mraa/types.h +++ b/api/mraa/types.h @@ -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 */