Fedora kernel-2.6.17-1.2142_FC4 patched with stable patch-2.6.17.4-vs2.0.2-rc26.diff
[linux-2.6.git] / scripts / sumversion.c
index 898adcb..b41b718 100644 (file)
@@ -374,7 +374,7 @@ static int parse_source_files(const char *objfile, struct md4_ctx *md)
                        break;
                /* Terminate line at first space, to get rid of final ' \' */
                while (*p) {
-                       if isspace(*p) {
+                       if (isspace(*p)) {
                                *p = '\0';
                                break;
                        }