Commit 0c77342d authored by Maciej Lipinski's avatar Maciej Lipinski

bugfix: proper line-break in printf...

parent 2f32e457
......@@ -190,8 +190,8 @@ static int scan_width(int argc, char **argv)
}
if (ioctl(fd, PRIV_MEZZANINE_CMD, (unsigned long) cmd) < 0) {
fprintf(stderr, "%s: ioctl(PRIV_MEZZANINE_CMD(%s)): %s.\n
The new pulse width must be coherent with the previously programmed period\n",
fprintf(stderr, "%s: ioctl(PRIV_MEZZANINE_CMD(%s)): %s.\n"
"The new pulse width must be coherent with the previously programmed period\n",
prgname, devname, strerror(errno));
return -1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment