diff options
Diffstat (limited to 'toys/toylist.h')
-rw-r--r-- | toys/toylist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/toylist.h b/toys/toylist.h index 61e89c1c..05d70b16 100644 --- a/toys/toylist.h +++ b/toys/toylist.h @@ -74,7 +74,7 @@ struct patch_data { struct double_list *plines, *flines; long oldline, oldlen, newline, newlen, linenum; int context, state, filein, fileout, filepatch; - char *tempfile; + char *tempname, *oldname; }; struct sleep_data { |