diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-04-08 18:15:00 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-04-08 18:15:00 +0200 |
commit | 31bfcf96c700ce8454609d19ad6e5f5e6c28253f (patch) | |
tree | 0154262b8ecb773fd1ac005475b566a928e4b699 /src/core/wee-utf8.c | |
parent | 9394a78e39d4435ac2a66834d959695233baf977 (diff) | |
download | weechat-31bfcf96c700ce8454609d19ad6e5f5e6c28253f.zip |
Reformat and add comments for description of C sources
Diffstat (limited to 'src/core/wee-utf8.c')
-rw-r--r-- | src/core/wee-utf8.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/wee-utf8.c b/src/core/wee-utf8.c index d22b6b033..8efe8c83b 100644 --- a/src/core/wee-utf8.c +++ b/src/core/wee-utf8.c @@ -16,7 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* wee-utf8.c: UTF-8 string functions for WeeChat */ +/* + * wee-utf8.c: UTF-8 string functions for WeeChat + */ #ifdef HAVE_CONFIG_H |