mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 11:16:21 +00:00
Fix outdated types in tests
Fix https://github.com/profanity-im/profanity/issues/1992
This commit is contained in:
@@ -33,7 +33,7 @@ file_mime_type(const char* const file_name)
|
||||
}
|
||||
|
||||
off_t
|
||||
file_size(const char* const file_name)
|
||||
file_size(int filedes)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user