diff options
author | 2015-06-24 23:33:18 +0200 | |
---|---|---|
committer | 2015-06-24 23:33:18 +0200 | |
commit | 7a07ecba2a16abf918cc87dc23367f9a97cea3a6 (patch) | |
tree | 1c70358b79b3e9c38e6848657f609f6a3842bd68 /src/lib/util/coreutil.c | |
parent | 3035213d045bc0edc31194fa5309c60ade5919ff (diff) | |
parent | cda316ccfea6017740fbbf8d76a732eff54047ff (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.c | 18 |
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) |