Fixed C99 declaration.

This commit is contained in:
Alexandre Julliard 2005-09-02 14:48:10 +00:00
parent b5bd4a101a
commit d78888cc83
1 changed files with 1 additions and 2 deletions

View File

@ -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;