Skip to content

Commit e1fda70

Browse files
committed
---
yaml --- r: 5093 b: refs/heads/master c: bbac2dd h: refs/heads/master i: 5091: aafd323 v: v3
1 parent 9cb5cf5 commit e1fda70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 83ac32e8aaf10ff2257fea7c7d21c9602c1bb29e
2+
refs/heads/master: bbac2dd7687608f1865539e2be92201d127b43a8

trunk/src/rt/rust_obstack.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ rust_obstack::alloc(size_t len, type_desc *tydesc) {
102102
if (!chunk)
103103
return alloc_new(len, tydesc);
104104

105-
DPRINT("alloc sz %u", (uint32_t)len);
105+
DPRINT("alloc sz %u\n", (uint32_t)len);
106106

107107
void *ptr = chunk->alloc(len, tydesc);
108108
ptr = ptr ? ptr : alloc_new(len, tydesc);

0 commit comments

Comments
 (0)