diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-07-27 15:17:54 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-07-27 15:17:54 (GMT) |
commit | 2c6dadbd132b02ecbe688f48ced3b0703ed1965d (patch) | |
tree | 2d76ea984ed44a7036471b62d57f7a162b3c4a03 | |
parent | 732e996de7025cd06fc49c036d1d8afef59ceb13 (diff) | |
download | hdf5-2c6dadbd132b02ecbe688f48ced3b0703ed1965d.zip hdf5-2c6dadbd132b02ecbe688f48ced3b0703ed1965d.tar.gz hdf5-2c6dadbd132b02ecbe688f48ced3b0703ed1965d.tar.bz2 |
Correct git synch error
-rw-r--r-- | config/gnu-flags | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gnu-flags b/config/gnu-flags index ac054bf..225f072 100644 --- a/config/gnu-flags +++ b/config/gnu-flags @@ -85,7 +85,7 @@ case "$cc_vendor-$cc_version" in esac case "$host_os-$host_cpu" in - # cygwin needs the "-std-c99" flag removed, so make + # cygwin needs the "-std=c99" flag removed, so make # a specific case for Cygwin without the flag and a default # case to add the flag everywhere else cygwin-*) |