summaryrefslogtreecommitdiff
path: root/docs/tutorials/020/page03.html
diff options
context:
space:
mode:
authorjcej <jcej@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-22 03:14:02 +0000
committerjcej <jcej@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-22 03:14:02 +0000
commit251cb77e8da6e2c956a6fe929e3e6a0b0c3397fa (patch)
tree4b2fe438c5cd19dad7e9527174220e7fcc9daa4b /docs/tutorials/020/page03.html
parent1273cca419871e8c04554dbf4b538f69453b3955 (diff)
downloadATCD-251cb77e8da6e2c956a6fe929e3e6a0b0c3397fa.tar.gz
*** empty log message ***
Diffstat (limited to 'docs/tutorials/020/page03.html')
-rw-r--r--docs/tutorials/020/page03.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/tutorials/020/page03.html b/docs/tutorials/020/page03.html
index 9ff47b04670..179924de4cd 100644
--- a/docs/tutorials/020/page03.html
+++ b/docs/tutorials/020/page03.html
@@ -1,3 +1,4 @@
+<!-- $Id$ -->
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
@@ -28,7 +29,7 @@ int main (int, char *[])
ACE_DEBUG ((LM_INFO, "<font color=green>(%P|%t) Memory Mapped file is at 0x%x\n</font>",
shm ));
-
+
if( ! shm )
{
ACE_ERROR_RETURN ((LM_ERROR,"<font color=green>(%P|%t) Could not get the mmapped file!\n</font>"),100);
@@ -39,7 +40,7 @@ int main (int, char *[])
putchar (*s);
*s = toupper(*s);
}
-
+
putchar ('\n');
*shm = '*';