diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-08-26 17:17:38 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-08-26 17:17:38 +0800 |
commit | f1132eb0185ac4e2ff850d48134d70e38749b214 (patch) | |
tree | e3489bc26c40245ce6a3b24e14259a0032d56e6e /libical/ChangeLog | |
parent | 52f7c4a13dab12591d3533efbd9a520ec6374d13 (diff) | |
download | gsoc2013-evolution-f1132eb0185ac4e2ff850d48134d70e38749b214.tar gsoc2013-evolution-f1132eb0185ac4e2ff850d48134d70e38749b214.tar.gz gsoc2013-evolution-f1132eb0185ac4e2ff850d48134d70e38749b214.tar.bz2 gsoc2013-evolution-f1132eb0185ac4e2ff850d48134d70e38749b214.tar.lz gsoc2013-evolution-f1132eb0185ac4e2ff850d48134d70e38749b214.tar.xz gsoc2013-evolution-f1132eb0185ac4e2ff850d48134d70e38749b214.tar.zst gsoc2013-evolution-f1132eb0185ac4e2ff850d48134d70e38749b214.zip |
Fixed an incorrect struct name.
2000-08-25 Christopher James Lahey <clahey@helixcode.com>
* src/libical/icalcomponent.c: Fixed an incorrect struct name.
svn path=/trunk/; revision=5058
Diffstat (limited to 'libical/ChangeLog')
-rw-r--r-- | libical/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libical/ChangeLog b/libical/ChangeLog index 8efe72801f..ea99907917 100644 --- a/libical/ChangeLog +++ b/libical/ChangeLog @@ -1,3 +1,7 @@ +2000-08-25 Christopher James Lahey <clahey@helixcode.com> + + * src/libical/icalcomponent.c: Fixed an incorrect struct name. + 2000-08-25 Peter Williams <peterw@helixcode.com> * src/libical/icalcomponent.c (icalcomponent_end_component): Compile fix; |