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 <Evas.h> +#include <Ecore.h> +#include <Ecore_Evas.h> +#include <Emotion.h> 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 <Epeg.h> int main(int argc, char *argv[]){ Epeg_Image * image; int w, h; - if(argc < 2) { + if(argc < 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 <stdio.h> +#include <Epsilon.h> int main(int argc, char *argv[]){ Epsilon * image = NULL; Epsilon_Info *info; - if(argc < 1) { + if(argc < 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->w, info->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