Skip to content

Commit

Permalink
Remove extra backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Aug 15, 2020
1 parent 625d5a9 commit 91d7f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/glob_matching.F
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ MODULE glob_matching
IMPLICIT NONE
CHARACTER(len=1), PARAMETER, PRIVATE :: backslash = '\\'
CHARACTER(len=1), PARAMETER, PRIVATE :: backslash = '\'
CHARACTER(len=1), PARAMETER, PRIVATE :: star = '*'
CHARACTER(len=1), PARAMETER, PRIVATE :: question = '?'
Expand Down

0 comments on commit 91d7f76

Please sign in to comment.