Bug#398307: mismatched #endif in mscommon.h

Rafael Espíndola rafael.espindola at gmail.com
Mon Nov 13 01:37:02 CET 2006


Package: libmediastreamer0-dev
Version: 1.5.0-1

The #endif at line 123 is bogus and should be moved to the end of the file:

-------------------------------------------------
#undef MIN
#define MIN(a,b)        ((a)>(b) ? (b) : (a))
#undef MAX
#define MAX(a,b)        ((a)>(b) ? (a) : (b))
#endif //WRONG


void ms_init(void);
int ms_load_plugins(const char *directory);
void ms_exit(void);

#ifdef __cplusplus
}
#endif
//MISSING ENDIF
-----------------------------------------------------




More information about the Pkg-voip-maintainers mailing list