nice.c: avoid a cast
authorJim Meyering <meyering@redhat.com>
Tue, 3 Jun 2008 11:58:07 +0000 (13:58 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 3 Jun 2008 11:58:07 +0000 (13:58 +0200)
commit80213bc66d5b532f47cce96e98e2c29c27ec2487
tree8854690ada814770719e9b142e26225bc5367cce
parent4b9261294459979686940563334111311a5e57d7
nice.c: avoid a cast

* src/nice.c (main): Use argv[0], rather than
"program_name with a cast".  Suggestion from Eric Blake.
src/nice.c