summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/coreutil.c
diff options
context:
space:
mode:
author Ariane Fugmann <sailorsat@t-online.de>2015-06-24 23:33:18 +0200
committer Ariane Fugmann <sailorsat@t-online.de>2015-06-24 23:33:18 +0200
commit7a07ecba2a16abf918cc87dc23367f9a97cea3a6 (patch)
tree1c70358b79b3e9c38e6848657f609f6a3842bd68 /src/lib/util/coreutil.c
parent3035213d045bc0edc31194fa5309c60ade5919ff (diff)
parentcda316ccfea6017740fbbf8d76a732eff54047ff (diff)
Merge pull request #3 from mamedev/master
merge with base
Diffstat (limited to 'src/lib/util/coreutil.c')
-rw-r--r--src/lib/util/coreutil.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/lib/util/coreutil.c b/src/lib/util/coreutil.c
index 2a2a27d712e..a7c2ccb0f22 100644
--- a/src/lib/util/coreutil.c
+++ b/src/lib/util/coreutil.c
@@ -69,14 +69,14 @@ int gregorian_is_leap_year(int year)
/* months are one counted */
/**
- * @fn int gregorian_days_in_month(int month, int year)
+ * @fn int gregorian_days_in_month(int month, int year)
*
- * @brief Gregorian days in month.
+ * @brief Gregorian days in month.
*
- * @param month The month.
- * @param year The year.
+ * @param month The month.
+ * @param year The year.
*
- * @return An int.
+ * @return An int.
*/
int gregorian_days_in_month(int month, int year)
@@ -95,12 +95,12 @@ int gregorian_days_in_month(int month, int year)
***************************************************************************/
/**
- * @fn void rand_memory(void *memory, size_t length)
+ * @fn void rand_memory(void *memory, size_t length)
*
- * @brief Random memory.
+ * @brief Random memory.
*
- * @param [in,out] memory If non-null, the memory.
- * @param length The length.
+ * @param [in,out] memory If non-null, the memory.
+ * @param length The length.
*/
void rand_memory(void *memory, size_t length)