Fix typo in alecf's previous bustage fix.

This commit is contained in:
dbaron%fas.harvard.edu 2002-01-05 14:59:05 +00:00
Родитель bd932efbcb
Коммит 7ef7d56867
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -183,7 +183,7 @@ class PrefNameBuffer;
#ifdef PR_ALIGN_OF_WORD #ifdef PR_ALIGN_OF_WORD
#define ALIGN_OF_WORD PR_ALIGN_OF_WORD #define ALIGN_OF_WORD PR_ALIGN_OF_WORD
#else #else
#define PR_ALIGN_OF_WORD sizeof(void*) #define ALIGN_OF_WORD sizeof(void*)
#endif #endif
// making PrefNameBuffer exactly 8k for nice allocation // making PrefNameBuffer exactly 8k for nice allocation