Timeline: Fix typo.

pull/116/head
Jonathan Moore Liles 2013-07-31 21:25:42 -07:00
parent 0da98f95b8
commit 9837a8f3f7
1 changed files with 3 additions and 3 deletions

View File

@ -345,7 +345,7 @@ pi.run();}
free( path );
}
if ( reuslt_path != default_path )
if ( result_path != default_path )
free(default_path);
if ( result_path )
@ -364,9 +364,9 @@ main_window->redraw();}
}
MenuItem {} {
label {&Open}
callback {char *path;
callback {
read_line( user_config_dir, "default_path", &path );
char *path = read_line( user_config_dir, "default_path" );
const char *name = fl_dir_chooser( "Open Project", path );