diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-02-19 01:25:26 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-02-19 01:25:26 +0000 |
commit | bd73a312f06ad6d1a448cab873f309264ee24b46 (patch) | |
tree | 62afa03ae970e3260e0677d02a2391e1d0350a1d /examples/base | |
parent | c3940d4a07a6855998e1d991afeb92f3253bef56 (diff) | |
download | gtk+-bd73a312f06ad6d1a448cab873f309264ee24b46.tar.gz |
Trivial formatting fixes to all examples, simple functional fixes to
* docs/tutorial/gtk-tut.sgml, docs/examples/*: Trivial formatting
fixes to all examples, simple functional fixes to rangewidgets example.
Diffstat (limited to 'examples/base')
-rw-r--r-- | examples/base/base.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/base/base.c b/examples/base/base.c index 94b5360ff5..4dc29da623 100644 --- a/examples/base/base.c +++ b/examples/base/base.c @@ -13,5 +13,5 @@ int main( int argc, gtk_main (); - return(0); + return 0; } |