mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 21:26:01 +01:00
Update macro name
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
1c9bc2dbcd
commit
0b45a313b7
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
* @param[out] res result
|
||||
* @return true if an overflow occurred, false otherwise
|
||||
*/
|
||||
HIDDEN bool checked_umul(unsigned int lhs, unsigned int rhs, unsigned int* res);
|
||||
GIRARA_HIDDEN bool checked_umul(unsigned int lhs, unsigned int rhs, unsigned int* res);
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Reference in a new issue