comparison nut.h @ 2211:1fddd398cc31 libavformat

Add missing comment markers to #endif directive.
author diego
date Mon, 02 Jul 2007 10:10:53 +0000
parents f6021da48f21
children 06083249909c
comparison
equal deleted inserted replaced
2210:dbcfc6a4c016 2211:1fddd398cc31
97 //FIXME move to a common spot, like crc.c/h 97 //FIXME move to a common spot, like crc.c/h
98 static unsigned long av_crc04C11DB7_update(unsigned long checksum, const uint8_t *buf, unsigned int len){ 98 static unsigned long av_crc04C11DB7_update(unsigned long checksum, const uint8_t *buf, unsigned int len){
99 return av_crc(av_crc04C11DB7, checksum, buf, len); 99 return av_crc(av_crc04C11DB7, checksum, buf, len);
100 } 100 }
101 101
102 #endif AVFORMAT_NUT_H 102 #endif /* AVFORMAT_NUT_H */