Skip to content

Commit 3aebb20

Browse files
authored
Merge pull request #28 from Zildj1an/patch-1
Fix warning on ; outside of function
2 parents 3f9fc2a + c0d902c commit 3aebb20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nasmlib/crc32.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ uint32_t crc32b(uint32_t crc, const void *data, size_t len)
112112
}
113113

114114
return hashval;
115-
};
115+
}

0 commit comments

Comments
 (0)