Akihiro Sagawa <[email protected]> wrote: > +static void test_mmioSeek(void) > +{ > + HMMIO hmmio; > + MMIOINFO mmio; > + LONG end, pos, size = sizeof(RIFF_buf), offset = 16; > + char test_file[MAX_PATH]; > + MMRESULT res; > + > + { > + /* test memory file */
Please avoid creating nested blocks this way, it's confusing and doesn't add readability of any kind. -- Dmitry.
