summaryrefslogtreecommitdiff
path: root/src/ivybind.h
diff options
context:
space:
mode:
authorfcolin2006-01-10 13:51:39 +0000
committerfcolin2006-01-10 13:51:39 +0000
commit1111de36f810f109352276de81230d0a871a0522 (patch)
treec42da69c622514836e1ed6d00b1c71ca9cae1fa8 /src/ivybind.h
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
Diffstat (limited to 'src/ivybind.h')
-rw-r--r--src/ivybind.h4
1 files changed, 2 insertions, 2 deletions
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 );