Fix pointer format specifier in documentation (#614)

pull/615/head
Andre Nguyen 5 years ago committed by GitHub
parent 0f86336b69
commit 36bcd9599b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      absl/debugging/symbolize.h

@ -89,7 +89,7 @@ void InitializeSymbolizer(const char* argv0);
// if (absl::Symbolize(pc, tmp, sizeof(tmp))) {
// symbol = tmp;
// }
// absl::PrintF("%*p %s\n", pc, symbol);
// absl::PrintF("%p %s\n", pc, symbol);
// }
bool Symbolize(const void *pc, char *out, int out_size);

Loading…
Cancel
Save