Skip to content

Commit e40a633

Browse files
author
github-actions
committed
[automated site update]
1 parent 0bf9858 commit e40a633

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apidoc/doc/src/docedit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ static FILE *openfile(const char *path, const char *name, const char *mode) {
3333
}
3434

3535
static void replace(const char *str, const char *from, const char *to) {
36-
char *match = (char *) strstr(str, from);
36+
char *match = strstr(str, from);
3737
int lfrom, lto, lrem;
3838

3939
if(!match) return;

0 commit comments

Comments
 (0)