Browse Source

Fix typo

pull/4/head
Joseph Henry 1 year ago committed by GitHub
parent
commit
05b60bd818
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      ext/prometheus-cpp-lite-1.0/simpleapi/include/prometheus/simpleapi.h

2
ext/prometheus-cpp-lite-1.0/simpleapi/include/prometheus/simpleapi.h

@ -19,7 +19,7 @@
#if UINTPTR_MAX == 0xffFFffFF
// 32-bit
typedef uint32_tmetric_size;
typedef uint32_t metric_size;
#elif UINTPTR_MAX == 0xffFFffFFffFFffFF
// 64-bit
typedef uint64_t metric_size;

Loading…
Cancel
Save