VirtualBox

Changeset 43651 in vbox


Ignore:
Timestamp:
Oct 16, 2012 9:25:28 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
81408
Message:

Runtime/http: typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/http.cpp

    r43645 r43651  
    9393        return VERR_INTERNAL_ERROR;
    9494
    95     PRTHTTPINTERNAL pHttpInt = (PRTHTTPINTERNAL)RTMemAllocZ(sizeof(PRTHTTPINTERNAL));
     95    PRTHTTPINTERNAL pHttpInt = (PRTHTTPINTERNAL)RTMemAllocZ(sizeof(RTHTTPINTERNAL));
    9696    if (!pHttpInt)
    9797        return VERR_NO_MEMORY;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette