Skip to content

Commit

Permalink
Merge pull request #15 from Khhs167/example-name-fix
Browse files Browse the repository at this point in the history
Fixed the names of examples
  • Loading branch information
Khhs167 committed Jun 13, 2023
2 parents 25d9550 + fd098dc commit e6e0adf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/mspush.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <stdlib.h>

int main(void) {
printf("Running example \"mspop\"!\n");
printf("Running example \"mspush\"!\n");

// Creating the memstack.
// See msnew.c example
Expand All @@ -22,4 +22,4 @@ int main(void) {
// Remember to call msfree()!
// See msfree.c example
msfree(example_memstack); // Everything (a, b, c, d) will be freed
}
}

0 comments on commit e6e0adf

Please sign in to comment.