1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

Fix comment

(This used to be commit 04f1577a39)
This commit is contained in:
Alexander Bokovoy 2003-07-22 14:43:05 +00:00
parent 95fb5f95e5
commit dca325f4f2

View File

@ -24,9 +24,9 @@ typedef enum {CH_UCS2=0, CH_UNIX=1, CH_DISPLAY=2, CH_DOS=3, CH_UTF8=4} charset_t
#define NUM_CHARSETS 5
/*
* for each charset we have a function that pulls from that charset to
* a ucs2 buffer, and a function that pushes to a ucs2 buffer
/*
* for each charset we have a function that pushes from that charset to a ucs2
* buffer, and a function that pulls from ucs2 buffer to that charset.
* */
struct charset_functions {