summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@src.gnome.org>2003-04-12 16:55:17 +0000
committerDodji Seketeli <dodji@src.gnome.org>2003-04-12 16:55:17 +0000
commitc54d0948db7f30fd06b97d146dc1e4db6be13c40 (patch)
tree67d182c485094d8ff7d93f38d88ca8b40de1aafb /docs
parent17114030e0e37f93682c903dd818da1f0e2e6f6b (diff)
downloadlibcroco-c54d0948db7f30fd06b97d146dc1e4db6be13c40.tar.gz
a big tree cleanup to organised the sources component-wise.
Dodji.
Diffstat (limited to 'docs')
-rw-r--r--docs/examples/cssom-example.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/examples/cssom-example.c b/docs/examples/cssom-example.c
index 9acffcb..5751840 100644
--- a/docs/examples/cssom-example.c
+++ b/docs/examples/cssom-example.c
@@ -27,7 +27,8 @@
void
display_usage (char *prg_name)
{
- printf ("\nusage: %s [options] <css file to parse>\n\n", prg_name) ;
+ printf ("\nusage: %s [options] <css file to parse>\n\n",
+ prg_name) ;
printf ("\twhere options are:\n") ;
printf ("\t--help|h\tdisplays this help\n") ;
printf ("\n") ;