diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-11-16 23:25:26 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-11-16 23:25:26 +0000 |
commit | 04a5ea299fee863620d6334a0ee10aeb4a863ea6 (patch) | |
tree | 1920397a3610f0e050de4fd29954f2768001c013 /ace/Get_Opt.h | |
parent | 62d856e1682f74aab033bcfa70d925e3d62d2f8b (diff) | |
download | ATCD-04a5ea299fee863620d6334a0ee10aeb4a863ea6.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Get_Opt.h')
-rw-r--r-- | ace/Get_Opt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Get_Opt.h b/ace/Get_Opt.h index fe460579f1b..405a666d09f 100644 --- a/ace/Get_Opt.h +++ b/ace/Get_Opt.h @@ -118,7 +118,7 @@ private: // by advancing to the next <argv>-element. const char *optstring_; - // Holds the option string. + // Holds the option string. }; #if defined (__ACE_INLINE__) |