diff options
author | Björn Stenberg <bjorn@haxx.se> | 2004-11-11 09:40:48 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2004-11-11 09:40:48 +0000 |
commit | 83b8eded9ef5b5ee62e33ff2b87661d5bca2535f (patch) | |
tree | 0133db84d3589e158c2b1e999d5c2cc22b7d2b0c /docs | |
parent | 727d8d250401572bf0d8792ba8785d28cfc3029d (diff) | |
download | rockbox-83b8eded9ef5b5ee62e33ff2b87661d5bca2535f.tar.gz rockbox-83b8eded9ef5b5ee62e33ff2b87661d5bca2535f.zip |
Const is allowed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5402 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CONTRIBUTING | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CONTRIBUTING b/docs/CONTRIBUTING index e8842e9046..08aab57f51 100644 --- a/docs/CONTRIBUTING +++ b/docs/CONTRIBUTING @@ -20,7 +20,7 @@ readable and maintainable. Language features ----------------- Write normal C code. Don't redefine the language. No new types (structs are -structs, not typedefs), no C++isms or Javaisms. Also, avoid using "const". +structs, not typedefs), no C++isms or Javaisms. Names ----- |