diff --git a/DepotDownloader/ContentDownloader.cs b/DepotDownloader/ContentDownloader.cs index f0c32ebec..d91916100 100644 --- a/DepotDownloader/ContentDownloader.cs +++ b/DepotDownloader/ContentDownloader.cs @@ -544,7 +544,7 @@ static DepotDownloadInfo GetDepotInfo(uint depotId, uint appId, ulong manifestId if (!AccountHasAccess(depotId)) { - Console.WriteLine("Depot {0}) is not available from this account.", depotId); + Console.WriteLine("Depot {0} is not available from this account.", depotId); return null; }