scst_vdisk: Join two source code lines

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3721 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2011-07-22 12:25:08 +00:00
parent b2a60a6ebd
commit dc35b9c201

View File

@@ -5062,8 +5062,7 @@ static int vcdrom_open(char *p, char *name)
cdrom_empty = 1;
TRACE_DBG("%s", "No media");
} else if (*filename != '/') {
PRINT_ERROR("File path \"%s\" is not "
"absolute", filename);
PRINT_ERROR("File path \"%s\" is not absolute", filename);
res = -EINVAL;
goto out;
} else