Fix bustage from dougt's checkin. b=170585 r=caillon sr=bzbarsky

This commit is contained in:
dbaron%fas.harvard.edu 2002-12-11 00:53:53 +00:00
Родитель 85178bacf4
Коммит bea341a4d2
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -90,7 +90,7 @@ interface nsISeekableStream : nsISupports
* This method reports the current offset, in bytes, from the start of the * This method reports the current offset, in bytes, from the start of the
* stream. * stream.
*/ */
long tell(); unsigned long tell();
/** /**