Skip to content

Commit

Permalink
updated comment and ignore for rust
Browse files Browse the repository at this point in the history
  • Loading branch information
aholinch committed Sep 27, 2020
1 parent 874a279 commit 36441d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ a.out
src/cpp/testsgp4
src/charp/obj
src/charp/bin
src/rust/Cargo.lock
src/rust/target
2 changes: 1 addition & 1 deletion src/c/TestSGP4.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ typedef struct VERIN {
} VERIN;

/**
* returns the count of verins read and sets the point to an array created with malloc.
* returns the count of verins read and sets the pointer to an array created with malloc.
*/
int readVERINs(VERIN **listptr)
{
Expand Down

0 comments on commit 36441d5

Please sign in to comment.