mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Fix typo
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ int main(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
size_t bytes_read = fread(buffer, 1, sizeof(buffer), inptr);
|
size_t bytes_read = fread(buffer, 1, sizeof(buffer), inptr);
|
||||||
|
|
||||||
printf("Bytes read:: %ld\n", bytes_read);
|
printf("Bytes read: %ld\n", bytes_read);
|
||||||
|
|
||||||
if (bytes_read != filesize) {
|
if (bytes_read != filesize) {
|
||||||
printf("Error reading input file.\n");
|
printf("Error reading input file.\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user