summaryrefslogtreecommitdiff
path: root/test2.c
diff options
context:
space:
mode:
authorjbj <jbj>2001-05-05 19:28:33 +0000
committerjbj <jbj>2001-05-05 19:28:33 +0000
commitf303284ecf74ed1dce7dfcec3ab5978ff9ac5252 (patch)
tree5a03f8ba6ed278a9c2fe158f4be2b644919fb371 /test2.c
parentdc8c5615ddf8fdb3dff7ec25fc8199e8509bb2e9 (diff)
downloadlibpopt-f303284ecf74ed1dce7dfcec3ab5978ff9ac5252.tar.gz
- enough lclint annotations and fiddles already.
Diffstat (limited to 'test2.c')
-rw-r--r--test2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test2.c b/test2.c
index 3181c0f..afac1c6 100644
--- a/test2.c
+++ b/test2.c
@@ -133,7 +133,7 @@ main(int argc, const char ** argv) {
/* although there are no options to be parsed, check for --help */
poptGetNextOpt(optCon);
- poptFreeContext(optCon);
+ optCon = poptFreeContext(optCon);
printf( "dbusername %s\tdbpassword %s\n"
"txhost %s\ttxsslport %d\ttxstoreid %d\tpathofkeyfile %s\n"