Commit d78888cc authored by Alexandre Julliard's avatar Alexandre Julliard

Fixed C99 declaration.

parent b5bd4a10
......@@ -594,11 +594,10 @@ static nsresult NSAPI nsURIContentListener_OnStartURIOpen(nsIURIContentListener
NSContainer *This = NSURICL_THIS(iface);
BOOL do_load = TRUE;
nsresult nsres;
nsACString *spec_str = nsACString_Create();
TRACE("(%p)->(%p %p)\n", This, aURI, _retval);
nsACString *spec_str = nsACString_Create();
nsres = nsIURI_GetSpec(aURI, spec_str);
if(NS_SUCCEEDED(nsres)) {
const char *spec = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment