git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62937fa
)
corrected count
author
Felix Domke
<tmbinc@elitedvb.net>
Mon, 20 Feb 2006 22:28:57 +0000
(22:28 +0000)
committer
Felix Domke
<tmbinc@elitedvb.net>
Mon, 20 Feb 2006 22:28:57 +0000
(22:28 +0000)
doc/RULES
patch
|
blob
|
history
diff --git
a/doc/RULES
b/doc/RULES
index ed75b15e20ebe50c935a7d3bb520c802375672f5..9170eef01fbbbd3942aa35dcf6fe96109c5149a4 100644
(file)
--- a/
doc/RULES
+++ b/
doc/RULES
@@
-94,7
+94,7
@@
An ascii file ends with \n, and preferrable not with other empty lines.
That means: make sure the last line doesn't contain any characters, thanks.
-
4
.) usage of 'print'
+
5
.) usage of 'print'
While it's great to dump out debug stuff, especially if your code can crash,
expect your code to be stable at some point.