Commit 41df17b4 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32, projectm: fix mispelling

parent 48eaf5bf
...@@ -358,7 +358,7 @@ static void *Thread( void *p_data ) ...@@ -358,7 +358,7 @@ static void *Thread( void *p_data )
if ( psz_preset_path == NULL ) if ( psz_preset_path == NULL )
{ {
char *psz_data_path = config_GetDataDir( p_filter ); char *psz_data_path = config_GetDataDir( p_filter );
asprintf( &psz_preset_path, "%s" DIR_SEP "visualisation", psz_data_path ); asprintf( &psz_preset_path, "%s" DIR_SEP "visualization", psz_data_path );
free( psz_data_path ); free( psz_data_path );
} }
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment