[NFC] Fix cpplint warning

This commit is contained in:
Vitaly Buka 2021-04-22 19:05:20 -07:00
parent ed633a1daa
commit 619ecba5bc
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
#ifdef TEST_LIB #ifdef TEST_LIB
void set(char *a) { void set(char *a) {
strcpy(a, "hello"); sprintf(a, "hello");
} }
#else #else