diff options
Diffstat (limited to 'libical/doc/UsingLibical.lyx')
-rw-r--r-- | libical/doc/UsingLibical.lyx | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/libical/doc/UsingLibical.lyx b/libical/doc/UsingLibical.lyx index cef199bea5..02655a3121 100644 --- a/libical/doc/UsingLibical.lyx +++ b/libical/doc/UsingLibical.lyx @@ -128,7 +128,7 @@ src/test \layout Section -Building nas Installing the Library +Building and Installing the Library \layout Standard Libical uses autoconf to generate makefiles. @@ -1001,6 +1001,12 @@ n"); } \layout LyX-Code + if (line != 0) +\layout LyX-Code + + icalmemory_free_buffer(line); +\layout LyX-Code + } while ( line != 0); \layout LyX-Code |