eio: obvious typo !

SVN revision: 62516
This commit is contained in:
Cedric BAIL 2011-08-16 21:13:20 +00:00
parent 6245940483
commit 628e5d7d98
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ eio_monitor_add(const char *path)
const char *tmp;
tmp = eina_stringshare_add(path);
return eio_monitor_stringshared_add(path);
return eio_monitor_stringshared_add(tmp);
}
EAPI Eio_Monitor *