diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-08 11:44:37 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-08 11:44:37 +0100 |
commit | 2d863532cc547e0368ee0c90875cae35b70db089 (patch) | |
tree | 774ef244b22e30dadc1135af814b264b44488e04 /PLUGINS.html | |
parent | dcda6676b3e6912f9d0b57fb71db83ce64eaf4ea (diff) | |
download | vdr-2d863532cc547e0368ee0c90875cae35b70db089.tar.gz vdr-2d863532cc547e0368ee0c90875cae35b70db089.tar.bz2 |
Cleaned up some trailing white space
Diffstat (limited to 'PLUGINS.html')
-rw-r--r-- | PLUGINS.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PLUGINS.html b/PLUGINS.html index 7564341c..e5bd22e3 100644 --- a/PLUGINS.html +++ b/PLUGINS.html @@ -518,7 +518,7 @@ virtual void Stop(void); in which it shall stop them. <p> -The <tt>Stop()</tt> function will only be called if a previous call to the +The <tt>Stop()</tt> function will only be called if a previous call to the <a href="#Getting started"><tt>Start()</tt></a> function of that plugin has returned <i>true</i>. The <tt>Stop()</tt> functions are called in the reverse order as the <a href="#Getting started"><tt>Start()</tt></a> functions were called. |