j
k
j a
j l
Not really important, maybe it is simply a coding style question..
I came across some switch-cases (e.g. line 339, vdr.c):
case SOME_VALUE: : return SOME_CODE; break;
The "break" isn't required.
Patrick
Back to the thread
Back to the list