summaryrefslogtreecommitdiff
path: root/examples/base
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-02-19 01:25:26 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-02-19 01:25:26 +0000
commitbd73a312f06ad6d1a448cab873f309264ee24b46 (patch)
tree62afa03ae970e3260e0677d02a2391e1d0350a1d /examples/base
parentc3940d4a07a6855998e1d991afeb92f3253bef56 (diff)
downloadgtk+-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.c2
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;
}