Skip to content

Commit

Permalink
fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lefessan committed Jan 23, 2023
1 parent 169080d commit 17e40ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cobc/cobc.c
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ cobc_strdup (const char *dupstr)
}

#if defined (_WIN32) || defined (__CYGWIN__)
static char *
char *
cobc_stradd_dup (const char *str1, const char *str2)
{
char *p;
Expand Down

0 comments on commit 17e40ca

Please sign in to comment.