Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 168744 | Differences between
and this patch

Collapse All | Expand All

(-)elm2.4.ME+.123/lib/misc/mime_types.c.orig (-1 / +1 lines)
Lines 41-51 Link Here
41
41
42
/* -------------------------------------------------------------------- */
42
/* -------------------------------------------------------------------- */
43
43
44
#define U_(x) (unsigned char *)(x)
44
#define U_(x) (unsigned char *)(x)
45
45
46
struct mime_types_item builtin_mimetypes_map[] = {
46
struct mime_types_item * builtin_mimetypes_map = {
47
47
48
48
49
    /* application/postscript */
49
    /* application/postscript */
50
    { "ps", &application_postscript, NULL, NULL,   0,4, U_("%!PS") },
50
    { "ps", &application_postscript, NULL, NULL,   0,4, U_("%!PS") },
51
51

Return to bug 168744