Fix erroneous comment

This commit is contained in:
eutro 2021-12-16 14:29:27 +00:00
parent 8b80d6ff83
commit 7dcb07dba3

View File

@ -249,7 +249,7 @@ int main(int argc, char* argv[])
}
// Get struct name: typedef struct name {
const int TDS_LEN = 15; // length of "typedef struct name"
const int TDS_LEN = 15; // length of "typedef struct "
for (int c = TDS_LEN; c < 64 + TDS_LEN; c++)
{
if (linesPtr[0][c] == '{')