Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/stdio/stdio2.c

    ra000878c r2d11a7d8  
    3232#include "../tester.h"
    3333
    34 const char *test_stdio2(void)
     34char *test_stdio2(void)
    3535{
    3636        FILE *file;
    37         const char *file_name = "/test";
     37        char *file_name = "/test";
    3838       
    3939        TPRINTF("Open file \"%s\" for writing...", file_name);
Note: See TracChangeset for help on using the changeset viewer.