Enlightenment CVS committal

Author  : technikolor
Project : web
Module  : e

Dir     : web/e/pages


Modified Files:
        emotion.html epeg.html epsilon.html 


Log Message:
Fixed errors.

===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/emotion.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- emotion.html        17 Jul 2004 18:23:47 -0000      1.4
+++ emotion.html        18 Jul 2004 07:54:27 -0000      1.5
@@ -137,10 +137,10 @@
 
 <div class="code">
 <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;
 
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/epeg.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- epeg.html   17 Jul 2004 10:56:33 -0000      1.3
+++ epeg.html   18 Jul 2004 07:54:27 -0000      1.4
@@ -138,14 +138,14 @@
 
 <div class="code">
 <pre>
-#include <Epeg.h>
+#include &lt;Epeg.h&gt;
 
 int main(int argc, char *argv[]){
 
         Epeg_Image * image;
         int w, h;
 
-        if(argc < 2) {
+        if(argc &lt; 2) {
                 printf("Usage: %s input.jpg output.jpg\n", argv[0]);
                 return(1);
         }
===================================================================
RCS file: /cvsroot/enlightenment/web/e/pages/epsilon.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- epsilon.html        17 Jul 2004 10:56:33 -0000      1.3
+++ epsilon.html        18 Jul 2004 07:54:27 -0000      1.4
@@ -138,15 +138,15 @@
 
 <div class="code">
 <pre>
-#include <stdio.h>
-#include <Epsilon.h>
+#include &lt;stdio.h&gt;
+#include &lt;Epsilon.h&gt;
 
 int main(int argc, char *argv[]){
 
         Epsilon * image = NULL;
         Epsilon_Info *info;
 
-        if(argc < 1) {
+        if(argc &lt; 1) {
                 printf("Usage: %s input_image\n", argv[0]);
                 return(1);
         }
@@ -156,7 +156,7 @@
         image = epsilon_new(argv[1]);
 
         info = epsilon_info_get(image);
-        printf("%s -  Width: %d, Height: %d\n", argv[1], info->w, info->h);
+        printf("%s -  Width: %d, Height: %d\n", argv[1], info-&gt;w, info-&gt;h);
 
 
         if (epsilon_generate(image) == EPSILON_OK) {




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to