X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=include%2Fshared.h;h=7c6eedfcba9d7204f6fa0366542d186d525da6de;hb=f1cd53e3356c7165ace22378c5b315b1c0a7dea1;hp=b973130ad5716fa2ce49e1fdef0c06e12bc973b9;hpb=6ba0eb8b39a90484c4831075a18cbf890b106efe;p=hashcat.git diff --git a/include/shared.h b/include/shared.h index b973130..7c6eedf 100644 --- a/include/shared.h +++ b/include/shared.h @@ -81,7 +81,7 @@ static inline int CPU_ISSET (int num, cpu_set_t *cs) { return (cs->count & (1 < exit (-1); \ } else { \ log_info ("WARNING: %s is missing from %s shared library.", #name, #libname); \ - return (-1); \ + return -1; \ } \ } \ } @@ -95,7 +95,7 @@ static inline int CPU_ISSET (int num, cpu_set_t *cs) { return (cs->count & (1 < exit (-1); \ } else { \ log_info ("WARNING: %s is missing from %s shared library.", #name, #libname); \ - return (-1); \ + return -1; \ } \ } \ } @@ -108,7 +108,7 @@ static inline int CPU_ISSET (int num, cpu_set_t *cs) { return (cs->count & (1 < exit (-1); \ } else { \ log_error ("WARNING: %s at address %08x is missing from %s shared library.", #name, addr, #libname); \ - return (-1); \ + return -1; \ } \ }