diff options
author | Lucien Van Elsen <lwvanels@mit.edu> | 1992-08-05 08:13:25 +0000 |
---|---|---|
committer | Lucien Van Elsen <lwvanels@mit.edu> | 1992-08-05 08:13:25 +0000 |
commit | 7b39054520094c3fc9f4efa9f5957916d1ac78d4 (patch) | |
tree | 15c6211c52a338fa065d347134f2509d5e2bf6aa /clients/xzwrite | |
parent | 6e3d95a8d2a9abef7ce91cffba84028596d77942 (diff) |
added nec. space to nonexistant destinations file warning.
Diffstat (limited to 'clients/xzwrite')
-rw-r--r-- | clients/xzwrite/destlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/xzwrite/destlist.c b/clients/xzwrite/destlist.c index 9c2649e..7ea6c53 100644 --- a/clients/xzwrite/destlist.c +++ b/clients/xzwrite/destlist.c @@ -116,7 +116,7 @@ static void get_dest_from_file(dests, f) DestRec dest; if ((file = fopen(f, "r")) == NULL) { - Warning("Cannot find destinations file", f, NULL); + Warning("Cannot find destinations file ", f, NULL); return; } |