STYLE: duplicate ;;

This commit is contained in:
mattijs
2011-12-23 15:36:43 +00:00
parent 208cfcfc31
commit f4eeef024e
3 changed files with 6 additions and 6 deletions

View File

@ -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;
}