htdocs/demo/index.php: fix typo

This commit is contained in:
XhmikosR 2012-12-02 07:45:07 +02:00 committed by Daniel Marjamäki
parent 7000dbadd5
commit ab82cc6305
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ void f()
<label><input type="checkbox" name="xml" value="1" />XML output</label></p>
</form>
<h3>Examples</h3>
<p>This code can be copy and pasted in the edit box above.</p>
<p>This code can be copied and pasted in the edit box above.</p>
<h4>NULL pointers</h4>
<pre class="cpp geshicode"><span class="kw4">void</span> f1<span class="br0">(</span><span class="kw4">struct</span> fred_t <span class="sy2">*</span>p<span class="br0">)</span>
<span class="br0">{</span>