X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=defs.h;h=ad1826cb4cec811379247c707d5cf7ee8140073f;hp=fc4fa92bba486f856c4cf826687060eb27c59383;hb=2fd06b9c44225d1e740cb2de08a9dfa5c9cd0031;hpb=5df87586a23c6287d00014c781beba3be8297eb4;ds=sidebyside diff --git a/defs.h b/defs.h index fc4fa92..ad1826c 100644 --- a/defs.h +++ b/defs.h @@ -1,7 +1,7 @@ #ifndef _MOVIT_DEFS_H #define _MOVIT_DEFS_H -// Utility macros that are useful from other heder files. +// Utility macros that are useful from other header files. #ifdef __GNUC__ #define MUST_CHECK_RESULT __attribute__((warn_unused_result))