Fix typo in include guard. r=jag

This commit is contained in:
dbaron%fas.harvard.edu 2001-10-02 03:18:12 +00:00
Родитель 9a4acbab7a
Коммит 180cc29e43
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -65,7 +65,7 @@
// for |nsresult|, |NS_ADDREF|, |NS_GET_IID| et al
#endif
#ifndef nscore_h__
#ifndef nscore_h___
#include "nscore.h"
// for |NS_..._CAST|, |NS_EXPORT|
#endif