Skip to content

Commit 4d3b0bc

Browse files
committed
use <cstdio> instead of <stdio.h>
1 parent 8103d17 commit 4d3b0bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/training/tessopt.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
**********************************************************************/
1919

2020
#include <cstring>
21-
#include <stdio.h>
21+
#include <cstdio>
2222
#include "tessopt.h"
2323

2424
int tessoptind;

0 commit comments

Comments
 (0)