remove random semicolon?

SVN revision: 55901
This commit is contained in:
Mike Blumenkrantz 2011-01-05 19:42:24 +00:00
parent 15468f69f6
commit 23e9a844ff
1 changed files with 1 additions and 1 deletions

View File

@ -3243,7 +3243,7 @@ _e_fm2_dev_path_map(const char *dev, const char *path)
{
if (!v->mount_point)
v->mount_point = e_fm2_device_volume_mountpoint_get(v);
;
if (PRT("%s/%s", v->mount_point, path) >= sizeof(buf))
return NULL;
}