summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/path.h')
-rw-r--r--winsup/cygwin/path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/path.h b/winsup/cygwin/path.h
index 3baa6a6cb..bef28fee9 100644
--- a/winsup/cygwin/path.h
+++ b/winsup/cygwin/path.h
@@ -12,7 +12,7 @@ struct suffix_info
{
const char *name;
int addon;
- suffix_info (const char *s, int addit = 0) {name = s, addon = addit;}
+ suffix_info (const char *s, int addit = 0): name (s), addon (addit) {}
};
enum pathconv_arg