diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-01-17 08:34:03 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-01-17 08:34:03 +0000 |
commit | bfb87f2d5138f6494d7ff5f92fca34ed6040ac84 (patch) | |
tree | 95858e2de40e9e2a681fb3700a6f1192cf0ed904 /src | |
parent | e6fc30da61f72aa4266dea8f131c0ca7c4a79f4d (diff) |
Use xstrdup for style.
Diffstat (limited to 'src')
-rw-r--r-- | src/rc/rc-depend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc-depend.c b/src/rc/rc-depend.c index 7a4656e1..50227cc5 100644 --- a/src/rc/rc-depend.c +++ b/src/rc/rc-depend.c @@ -170,7 +170,7 @@ rc_depend(int argc, char **argv) options &= RC_DEP_TRACE; break; case 'F': - deptree_file = strdup(optarg); + deptree_file = xstrdup(optarg); break; case_RC_COMMON_GETOPT |