comparison libass/ass_utils.h @ 25535:3baf6a2283da

Add explanatory comments to the #endif part of multiple inclusion guards.
author diego
date Mon, 31 Dec 2007 16:15:50 +0000
parents 3f0d00abc073
children aaebaf255b23
comparison
equal deleted inserted replaced
25534:ed0cfc9e60cb 25535:3baf6a2283da
55 } 55 }
56 static inline int double_to_d16(double x) { 56 static inline int double_to_d16(double x) {
57 return (int)(x * 0x10000); 57 return (int)(x * 0x10000);
58 } 58 }
59 59
60 #endif 60 #endif /* ASS_UTILS_H */
61