summaryrefslogtreecommitdiff
path: root/tools/ivyperf.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ivyperf.c')
-rw-r--r--tools/ivyperf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ivyperf.c b/tools/ivyperf.c
index 6fefda5..50f42da 100644
--- a/tools/ivyperf.c
+++ b/tools/ivyperf.c
@@ -111,7 +111,7 @@ void TimerCall(TimerId id, void *user_data, unsigned long delta)
void binCB( IvyClientPtr app, void *user_data, int id, const char* regexp, IvyBindEvent event )
{
- char *app_name = IvyGetApplicationName( app );
+ const char *app_name = IvyGetApplicationName( app );
switch ( event )
{
case IvyAddBind: