Enlightenment CVS committal

Author  : raster
Project : web
Module  : e

Dir     : web/e/data


Modified Files:
        systems.html 


Log Message:


fix escapes

===================================================================
RCS file: /cvsroot/enlightenment/web/e/data/systems.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- systems.html        13 Jul 2004 07:23:14 -0000      1.7
+++ systems.html        13 Jul 2004 07:27:00 -0000      1.8
@@ -192,11 +192,11 @@
 {
   new Float:value = randf();
   
-  if (value > 0.5)
+  if (value > 0.5)
     {
        new i;
        
-       for (i = 0; i < 20; i++)
+       for (i = 0; i &lt; 20; i++)
          {
            printf("value = %f, i = %i\n", value, i);
         }
@@ -213,7 +213,7 @@
 recurse(val)
 {
    printf("recurse... val = %i\n", val);
-   if (val >= 10) return val;
+   if (val &gt;= 10) return val;
    return recurse(val + 1);
 }
 </pre>
@@ -270,10 +270,10 @@
 </p><p>
 <div class=fragment>
 <pre>
-#include <Evas.h>
-#include <Ecore.h>
-#include <Ecore_Evas.h>
-#include <Emotion.h>
+#include &lt;Evas.h&gt;
+#include &lt;Ecore.h&gt;
+#include &lt;Ecore_Evas.h&gt;
+#include &lt;Emotion.h&gt;
 
 Evas_Object *video;
 




-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to