summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2007-07-04 19:09:41 +0000
committerJames Bursa <james@netsurf-browser.org>2007-07-04 19:09:41 +0000
commit1177df7388a7f6706d5c03816b10cdfdd2892e75 (patch)
tree52326f4cec0188b8f006a37bf1330ba497eeb231 /Docs
parent98224bf5a3de43738d8f0f7d1616b901355291be (diff)
downloadnetsurf-1177df7388a7f6706d5c03816b10cdfdd2892e75.tar.gz
netsurf-1177df7388a7f6706d5c03816b10cdfdd2892e75.tar.bz2
Clarify K&R.
svn path=/trunk/netsurf/; revision=3382
Diffstat (limited to 'Docs')
-rw-r--r--Docs/00-overview2
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/00-overview b/Docs/00-overview
index 654854432..2e727c49b 100644
--- a/Docs/00-overview
+++ b/Docs/00-overview
@@ -75,6 +75,6 @@ Put functions in a logical order, for example any init function first, then
functions it calls, then the next externally available function, functions it
calls, etc.
-We use K&R style, tabs for indent, 80 characters wide,
+We use K&R (2nd edition ANSI C) style, tabs for indent, 80 characters wide,
lower_case_with_underscores.