Mercurial > pidgin.yaz
changeset 7586:c50926062b30
[gaim-migrate @ 8204]
fix a typo
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Fri, 21 Nov 2003 09:01:15 +0000 |
parents | 404f4a4b81da |
children | 1d9698ab5465 |
files | src/log.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/log.h Fri Nov 21 08:20:53 2003 +0000 +++ b/src/log.h Fri Nov 21 09:01:15 2003 +0000 @@ -177,7 +177,7 @@ * @param account The account * @return The size in bytes */ - int gaim_log_get_total_log_size(const char *name, GaimAccount *account); + int gaim_log_get_total_size(const char *name, GaimAccount *account); /****************************************** ** LOGGER FUNCTIONS ********************** ******************************************/