diff options
author | Volker Lendecke <vlendec@samba.org> | 2006-07-25 14:59:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:38:21 -0500 |
commit | 7ad912c2641f0138884dd37626cc6294ec54d93c (patch) | |
tree | 11177e3bb50525de2579337698cbd2dc80900afb /source3 | |
parent | 9bbe29ad13c604a79312da45ac238547dbb97c7b (diff) | |
download | samba-7ad912c2641f0138884dd37626cc6294ec54d93c.tar.gz samba-7ad912c2641f0138884dd37626cc6294ec54d93c.tar.bz2 samba-7ad912c2641f0138884dd37626cc6294ec54d93c.zip |
r17231: Some patch cosmetics
(This used to be commit 736e55101b1e7cc22f043b836be877afbb031edf)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/messages.c | 2 | ||||
-rw-r--r-- | source3/lib/util.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/lib/messages.c b/source3/lib/messages.c index dd6d4137d7..57e4514b58 100644 --- a/source3/lib/messages.c +++ b/source3/lib/messages.c @@ -73,7 +73,7 @@ static struct dispatch_fns { Free global objects. ****************************************************************************/ -void gfree_messsges(void) +void gfree_messages(void) { struct dispatch_fns *dfn, *next; diff --git a/source3/lib/util.c b/source3/lib/util.c index 694248a36b..f985c57ed9 100644 --- a/source3/lib/util.c +++ b/source3/lib/util.c @@ -199,7 +199,7 @@ void gfree_all( void ) gfree_case_tables(); gfree_debugsyms(); gfree_charcnv(); - gfree_messsges(); + gfree_messages(); /* release the talloc null_context memory last */ talloc_nc_free(); |