summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2000-10-27 16:00:29 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2000-10-27 16:00:29 (GMT)
commitc8ac881942a367cdf16f4f9ee264a0173315af49 (patch)
tree58595668fa29acc44f445e4adfb289c4446c51ce /doc
parentc5509bd820aad070481eeb43821510254fb177fc (diff)
downloadhdf5-c8ac881942a367cdf16f4f9ee264a0173315af49.zip
hdf5-c8ac881942a367cdf16f4f9ee264a0173315af49.tar.gz
hdf5-c8ac881942a367cdf16f4f9ee264a0173315af49.tar.bz2
[svn-r2742] Forgot some < and >'s.
Diffstat (limited to 'doc')
-rw-r--r--doc/html/TechNotes/ThreadSafeLibrary.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/TechNotes/ThreadSafeLibrary.html b/doc/html/TechNotes/ThreadSafeLibrary.html
index 1266eed..e7fdf11 100644
--- a/doc/html/TechNotes/ThreadSafeLibrary.html
+++ b/doc/html/TechNotes/ThreadSafeLibrary.html
@@ -20,7 +20,7 @@ The following code is placed at the beginning of H5private.h:
<blockquote>
<pre>
#ifdef H5_HAVE_THREADSAFE
- #include <pthread.h>
+ #include &lt;pthread.h&gt;
#endif
</pre>
</blockquote>