diff options
| author | 2015-06-24 07:36:50 +0200 | |
|---|---|---|
| committer | 2015-06-24 07:36:50 +0200 | |
| commit | d1583b9850d9fb45470648a515eb734e05fd926f (patch) | |
| tree | 33a4d9934bd2ff6c41526abe0ba06c1d1ea73eb6 /src/lib/util/coreutil.c | |
| parent | 03a5bfa56fa4af400f6b9fb07a5e1333aa8fa52f (diff) | |
Cleanups and version bumpmame0163
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) |
