diff options
author | Lukas Smith <lsmith@php.net> | 2007-11-24 13:55:27 +0000 |
---|---|---|
committer | Lukas Smith <lsmith@php.net> | 2007-11-24 13:55:27 +0000 |
commit | 53c7b1c2e982a17e0702b43d9cb2dc6ec5e46c61 (patch) | |
tree | 57d61b223404e2cbeb966bc21d7e2d814c6d9308 /CODING_STANDARDS | |
parent | 794217eb2f772952aefae24195b7a982084620f2 (diff) | |
download | php-git-53c7b1c2e982a17e0702b43d9cb2dc6ec5e46c61.tar.gz |
- MFH
Diffstat (limited to 'CODING_STANDARDS')
-rw-r--r-- | CODING_STANDARDS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CODING_STANDARDS b/CODING_STANDARDS index 27bcb104d4..5fe00ddd42 100644 --- a/CODING_STANDARDS +++ b/CODING_STANDARDS @@ -16,7 +16,7 @@ Code Implementation 1. Functions that are given pointers to resources should not free them -For instance, function int mail(char *to, char *from) should NOT free +For instance, ``function int mail(char *to, char *from)`` should NOT free to and/or from. Exceptions: |