Use xstrdup for style.

This commit is contained in:
Robin H. Johnson 2011-01-17 08:34:03 +00:00
parent e6fc30da61
commit bfb87f2d51

View File

@ -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