Added missing comma in index.html.
This commit is contained in:
parent
63eab8cca4
commit
840d7de5d4
|
@ -1870,7 +1870,7 @@ sub output_master_index_files
|
||||||
"For an alphabetical listing of the functions available, please click the ",
|
"For an alphabetical listing of the functions available, please click the ",
|
||||||
"first letter of the functions name below:","",
|
"first letter of the functions name below:","",
|
||||||
"[ _(), A(), B(), C(), D(), E(), F(), G(), H(), ".
|
"[ _(), A(), B(), C(), D(), E(), F(), G(), H(), ".
|
||||||
"I(), J(), K(), L(), M(), N(), O(), P(), Q() ".
|
"I(), J(), K(), L(), M(), N(), O(), P(), Q(), ".
|
||||||
"R(), S(), T(), U(), V(), W(), X(), Y(), Z() ]", "",
|
"R(), S(), T(), U(), V(), W(), X(), Y(), Z() ]", "",
|
||||||
"DLLS",
|
"DLLS",
|
||||||
"Each dll provided by Wine is documented individually. The following dlls are provided :",
|
"Each dll provided by Wine is documented individually. The following dlls are provided :",
|
||||||
|
|
Loading…
Reference in New Issue