summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2006-01-10 13:51:39 +0000
committerfcolin2006-01-10 13:51:39 +0000
commit1111de36f810f109352276de81230d0a871a0522 (patch)
treec42da69c622514836e1ed6d00b1c71ca9cae1fa8
parent0461197d573f0d38c3ce2c7e6ba55cb8c5727d42 (diff)
downloadivy-c-1111de36f810f109352276de81230d0a871a0522.zip
ivy-c-1111de36f810f109352276de81230d0a871a0522.tar.gz
ivy-c-1111de36f810f109352276de81230d0a871a0522.tar.bz2
ivy-c-1111de36f810f109352276de81230d0a871a0522.tar.xz
modif nom fichier en minuscule
-rwxr-xr-xsrc/ivyargument.h3
-rw-r--r--src/ivybind.h4
2 files changed, 4 insertions, 3 deletions
diff --git a/src/ivyargument.h b/src/ivyargument.h
index 693d34b..0176f21 100755
--- a/src/ivyargument.h
+++ b/src/ivyargument.h
@@ -31,4 +31,5 @@ IvyArgument IvyAddChildValue( IvyArgument arg, int childvaluelen, const void* ch
IvyArgument IvyArgumentDeserialize( int buf_len, void* buffer, int * buf_adv);
int IvyArgumentSerialize(IvyArgument arg, int *buf_len, void **buffer, int offset);
-#endif \ No newline at end of file
+#endif
+
diff --git a/src/ivybind.h b/src/ivybind.h
index 8c3166e..9846d3f 100644
--- a/src/ivybind.h
+++ b/src/ivybind.h
@@ -14,7 +14,7 @@
* Please refer to file version.h for the
* copyright notice regarding this software
*/
-#include "IvyArgument.h"
+#include "ivyargument.h"
/* Module de gestion de la syntaxe des messages Ivy */
@@ -28,4 +28,4 @@ IvyBinding IvyBindingCompile( IvyBindingType typ, const char * expression );
void IvyBindingGetCompileError( int *erroffset, const char **errmessage );
void IvyBindingFree( IvyBinding bind );
int IvyBindingExec( IvyBinding bind, const char * message );
-IvyArgument IvyBindingMatch( IvyBinding bind, const char *message ); \ No newline at end of file
+IvyArgument IvyBindingMatch( IvyBinding bind, const char *message );