Fix trivial compiler warning introduced by bug 471356.

This commit is contained in:
L. David Baron 2008-12-29 18:33:46 -05:00
parent 3206af7aea
commit 17691f4b06

View File

@ -43,7 +43,7 @@
#include "nsBlockFrame.h"
#ifndef MOZ_XUL
#error "This file should not be included
#error "This file should not be included"
#endif
class nsXULLabelFrame : public nsBlockFrame