X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Freadconfig.c;h=65ca28af0285ab24fde31a9986678aacd3744346;hb=374ece2e88368afd6e0a29c4ee4b75ffa9e28b39;hp=0f38fdfb2a4b01f2efc3bfc5add8ceff553735d8;hpb=5415f1d1fe1aeb2f1b69d4032675a5773a623277;p=mmh diff --git a/sbr/readconfig.c b/sbr/readconfig.c index 0f38fdf..65ca28a 100644 --- a/sbr/readconfig.c +++ b/sbr/readconfig.c @@ -111,8 +111,7 @@ readconfig (struct node **npp, FILE *ib, char *file, int ctx) profile entries that are just "#", because that's what the mh-profile man page suggests using for comments. Only do this check on the very first call from context_read(), when - opp is - NULL. */ + opp is NULL. */ for (np = m_defs; np; np = np->n_next) { /* Yes, this is O(N^2). The profile should be small enough so