Skip to content

Commit c0d902c

Browse files
authored
Fix warning on ; outside of function
Fix "warning ISO C does not allow extra ‘;’ outside of a function" when using gcc v8.5. Signed-off-by: Carlos Bilbao <carlos.bilbao@amd.com>
1 parent 3f9fc2a commit c0d902c

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)