зеркало из https://github.com/mozilla/gecko-dev.git
Fix c++ comment in c file
This commit is contained in:
Родитель
05b735c271
Коммит
0992dc7dae
|
@ -747,7 +747,7 @@ xlib_rgb_set_gray_cmap (Colormap cmap)
|
||||||
void
|
void
|
||||||
xlib_rgb_init (Display *display, Screen *screen)
|
xlib_rgb_init (Display *display, Screen *screen)
|
||||||
{
|
{
|
||||||
int prefDepth = -1; // let the function do the visual scoring
|
int prefDepth = -1; /* let the function do the visual scoring */
|
||||||
xlib_rgb_init_with_depth(display, screen, prefDepth);
|
xlib_rgb_init_with_depth(display, screen, prefDepth);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче