diff options
author | jbj <devnull@localhost> | 1999-10-27 23:18:10 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-10-27 23:18:10 +0000 |
commit | 0d0b405c201b43f2eebc61257f5992931e1cdb0c (patch) | |
tree | 7b19eee73f74dbd86e65255cff8be16b58292035 /popt/test2.c | |
parent | 82c75cb6a261465700ca469793b54ad68bef99a8 (diff) | |
download | rpm-0d0b405c201b43f2eebc61257f5992931e1cdb0c.tar.gz rpm-0d0b405c201b43f2eebc61257f5992931e1cdb0c.tar.bz2 rpm-0d0b405c201b43f2eebc61257f5992931e1cdb0c.zip |
use compressed filenames on install side.
start unifying FD types, CFD_t now gone.
CVS patchset: 3402
CVS date: 1999/10/27 23:18:10
Diffstat (limited to 'popt/test2.c')
-rw-r--r-- | popt/test2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/popt/test2.c b/popt/test2.c index 5deb89d0d..f4e4baeec 100644 --- a/popt/test2.c +++ b/popt/test2.c @@ -46,7 +46,7 @@ char *fax = NULL; int -main(int argc, char**argv ) { +main(int argc, const char ** argv) { poptContext optCon; /* context for parsing command-line options */ struct poptOption userOptionsTable[] = { |