diff options
author | Anthony Liguori | 2011-08-25 14:50:07 +0200 |
---|---|---|
committer | Anthony Liguori | 2011-08-25 14:50:07 +0200 |
commit | 56a7a874e962e28522857fbf72eaefb1a07e2001 (patch) | |
tree | d68dceeae57abad08c88f0033ca7228a3cc8ae35 /cutils.c | |
parent | Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging (diff) | |
parent | disasm: update comment (diff) | |
download | qemu-56a7a874e962e28522857fbf72eaefb1a07e2001.tar.gz qemu-56a7a874e962e28522857fbf72eaefb1a07e2001.tar.xz qemu-56a7a874e962e28522857fbf72eaefb1a07e2001.zip |
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Diffstat (limited to 'cutils.c')
-rw-r--r-- | cutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -408,7 +408,7 @@ fail: int64_t strtosz_suffix(const char *nptr, char **end, const char default_suffix) { - return strtosz_suffix_unit(nptr, end, default_suffix, 1024); + return strtosz_suffix_unit(nptr, end, default_suffix, 1024); } int64_t strtosz(const char *nptr, char **end) |