Skip to content

Commit c1d7d3c

Browse files
author
R. van Elst
committed
Typo
1 parent 2b2bffd commit c1d7d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/base/NumberFormatter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,4 +330,4 @@ std::string CNumberFormatter::format(const void *ptr) {
330330
char buffer[24];
331331
std::sprintf(buffer, "%p", ptr);
332332
return std::string(buffer);
333-
}z
333+
}

0 commit comments

Comments
 (0)