Bustage fix following bug 625160 - remove extra semicolon that pedantic builds don't like. a=bustage-fix

This commit is contained in:
Mark Banner 2011-01-20 08:38:05 +00:00
Родитель fd829b1331
Коммит de209ec7b6
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -131,7 +131,7 @@ ParseDriverVersion(nsAString& aVersion, PRUint64 *aNumericVersion)
return true;
}
};
};
}
}
#endif /*__mozilla_widget_GfxDriverInfo_h__ */

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

@ -90,7 +90,7 @@ private:
};
};
};
}
}
#endif /* __mozilla_widget_GfxInfoBase_h__ */