Bug 942462 - Fix type in media/mtransport/logging.h. r=ekr

This commit is contained in:
ISHIKAWA, Chiaki 2013-11-25 09:23:45 -05:00
parent 9beca2b0fd
commit bac6ec4899

View File

@ -10,7 +10,7 @@
#define logging_h__
#if defined(PR_LOG)
#error "Must #include logging.h before before any IPDL-generated files or other files that #include prlog.h."
#error "Must #include logging.h before any IPDL-generated files or other files that #include prlog.h."
#endif
// Enforce logging under production builds for MOZ_MTLOG friends.