about summary refs log tree commit diff stats
path: root/html/000organization.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/000organization.cc.html')
-rw-r--r--html/000organization.cc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/000organization.cc.html b/html/000organization.cc.html
index c90175d5..d34e80f2 100644
--- a/html/000organization.cc.html
+++ b/html/000organization.cc.html
@@ -145,7 +145,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 
 <span class="Comment">//: our first directive; will move the include above the program</span>
 <span class="Delimiter">:(before &quot;End Includes&quot;)</span>
-<span class="PreProc">#include</span><span class="Constant">&lt;stdlib.h&gt;</span>
+<span class="PreProc">#include </span><span class="Constant">&lt;stdlib.h&gt;</span>
 
 <span class="Comment">//: Without directives or with the :(code) directive, lines get added at the</span>
 <span class="Comment">//: end.</span>