From eb7415b2422b6d4e0e26f10cb9da3318f33873c1 Mon Sep 17 00:00:00 2001 From: Christoph Hohmann Date: Thu, 9 Oct 2003 18:16:32 +0000 Subject: [PATCH] make example correct --- src/procmime.h | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/procmime.h b/src/procmime.h index 9cc798a53..cd9ae65b5 100644 --- a/src/procmime.h +++ b/src/procmime.h @@ -71,20 +71,20 @@ typedef enum * An example of MimeInfo structure: * * 1: +- message/rfc822 (root) - * | - * 2: +- multipart/mixed (children of 1) - * | | - * 3: | +- multipart/alternative (children of 2) - * | | | - * 4: | | +- text/plain (children of 3) - * | | | - * 5: | | +- text/html (next of 4) - * | | - * 6: | +- message/rfc822 (next of 3) - * | | - * 7: | ... (children of 6) - * | - * 8: +- image/jpeg (next of 2) + * | + * 2: +- multipart/mixed (children of 1) + * | + * 3: +- multipart/alternative (children of 2) + * | | + * 4: | +- text/plain (children of 3) + * | | + * 5: | +- text/html (next of 4) + * | + * 6: +- message/rfc822 (next of 3) + * | | + * 7: | ... (children of 6) + * | + * 8: +- image/jpeg (next of 6) */ struct _MimeInfo -- 2.25.1