bustage fix. I typed the wrong bug number into the comment for the original patch. b=297600

This commit is contained in:
joshmoz%gmail.com 2005-08-07 07:54:50 +00:00
Родитель bf441c38cf
Коммит 520b201816
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -57,6 +57,7 @@
#include <string.h>
#include <stdio.h>
#include <unistd.h>
#include <fcntl.h>
#include <mach-o/loader.h>
#include <mach-o/fat.h>
@ -153,7 +154,7 @@ static PRBool IsLoadablePlugin(CFURLRef aURL)
PRBool nsPluginsDir::IsPluginFile(nsIFile* file)
{
CFURLRef pluginURL;
CFURLRef pluginURL = NULL;
if (NS_FAILED(toCFURLRef(file, pluginURL)))
return PR_FALSE;