diff --git a/src/trader.c b/src/trader.c index 5725fdc..ec5779a 100644 --- a/src/trader.c +++ b/src/trader.c @@ -16,7 +16,7 @@ of the game is to create companies, buy and sell shares, borrow and repay money, in order to become the wealthiest player (the winner). - This file, "trader.c", contains the main program for Star Traders. + This file, trader.c, contains the main program for Star Traders. This program is free software: you can redistribute it and/or modify it diff --git a/src/trader.h b/src/trader.h index fa7c94e..f0e55f3 100644 --- a/src/trader.h +++ b/src/trader.h @@ -16,7 +16,7 @@ of the game is to create companies, buy and sell shares, borrow and repay money, in order to become the wealthiest player (the winner). - This file, "trader.h", contains default game values and certain other + This file, trader.h, contains default game values and certain other definitions for Star Traders.