Index: aocdailies.c ================================================================== --- aocdailies.c +++ aocdailies.c @@ -2,11 +2,11 @@ #include "aocdailies.h" aocfunc *select(int y, int d) { aocfunc *p; // void (*p)(char *, size_t); switch (y * 100 + d) { - default: return NULL; + default: p = NULL; break; #if 0 case 201501: p = aoc201501; break; case 201502: p = aoc201502; break; case 201503: p = aoc201503; break;