Commit 3c22e98a authored by Linus Torvalds's avatar Linus Torvalds

oops, lost end parenthesis

parent f36e1865
...@@ -286,7 +286,7 @@ udf_parse_options(char *options, struct udf_options *uopt) ...@@ -286,7 +286,7 @@ udf_parse_options(char *options, struct udf_options *uopt)
if (!options) if (!options)
return 1; return 1;
while ((opt = strsep(&options, ",") != NULL) { while ((opt = strsep(&options, ",")) != NULL) {
if (!*opt) if (!*opt)
continue; continue;
/* Make "opt=val" into two strings */ /* Make "opt=val" into two strings */
......
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