mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: duplicate ;;
This commit is contained in:
@ -9,5 +9,5 @@ int USERD_get_number_of_files_in_dataset(void)
|
||||
|
||||
// use 1 insted of 0 which gives an un-necessary warning.
|
||||
Num_dataset_files = 1;
|
||||
return Num_dataset_files;;
|
||||
return Num_dataset_files;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user