diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-06-01 19:14:13 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-06-01 19:14:13 -0400 |
commit | 3f5051fab161da167fdedcdad0280da1f57a1828 (patch) | |
tree | 93c47153606f963037fcaafafcf1a8d3fcc46c95 /src/cairo-unicode.c | |
parent | 0c208f28268028fbb4fe2cc175131b279626975c (diff) |
Fix now-detected doc formatting issues
Diffstat (limited to 'src/cairo-unicode.c')
-rw-r--r-- | src/cairo-unicode.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cairo-unicode.c b/src/cairo-unicode.c index 4ae5556e..caa4727d 100644 --- a/src/cairo-unicode.c +++ b/src/cairo-unicode.c @@ -1,4 +1,5 @@ -/* cairo_unicode.c: Unicode conversion routines +/* -*- Mode: c; c-basic-offset: 4; indent-tabs-mode: t; tab-width: 8; -*- */ +/* cairo - a vector graphics library with display and print output * * The code in this file is derived from GLib's gutf8.c and * ultimately from libunicode. It is relicensed under the |