summaryrefslogtreecommitdiff
path: root/src/ivybind.h
diff options
context:
space:
mode:
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 );