From 83b8eded9ef5b5ee62e33ff2b87661d5bca2535f Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Thu, 11 Nov 2004 09:40:48 +0000 Subject: Const is allowed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5402 a1c6a512-1295-4272-9138-f99709370657 --- docs/CONTRIBUTING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ----- -- cgit