mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
changed invalid // c++ comments to valid /* .. */ C comments
This commit is contained in:
@@ -37,7 +37,7 @@ char *pcp_get_stdin() {
|
||||
return NULL;
|
||||
}
|
||||
else {
|
||||
line[linelen - 1] = '\0'; // remove newline at end
|
||||
line[linelen - 1] = '\0'; /* remove newline at end */
|
||||
return line;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user