Typo in a comment

This commit is contained in:
2022-10-02 16:22:30 +11:00
committed by GitHub
parent 5c7e8bba0d
commit 99bcffe77c

View File

@@ -11,7 +11,7 @@
#include <stdlib.h>
#include <string.h>
//supress the print output
//suppress the print output
static void noPrintFn(const char* output) {
//NO OP
}