]> git.neil.brown.name Git - history.git/commitdiff
oops, lost end parenthesis
authorLinus Torvalds <torvalds@penguin.transmeta.com>
Wed, 3 Apr 2002 08:43:46 +0000 (00:43 -0800)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Wed, 3 Apr 2002 08:43:46 +0000 (00:43 -0800)
fs/udf/super.c

index dd5c7177a1318c279f8baaa19599816696a8f266..43b13b6ebe5bda6bf50a2c813133fd8ccb0d3a7f 100644 (file)
@@ -286,7 +286,7 @@ udf_parse_options(char *options, struct udf_options *uopt)
        if (!options)
                return 1;
 
-       while ((opt = strsep(&options, ",") != NULL) {
+       while ((opt = strsep(&options, ",")) != NULL) {
                if (!*opt)
                        continue;
                /* Make "opt=val" into two strings */