From 1d6c2e204a8bf204416cd6259d7e2fe6b2667899 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 16 Aug 2023 09:07:50 -0400 Subject: [PATCH] Update telem.c typo --- telem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telem.c b/telem.c index 6b05d465..198ff892 100644 --- a/telem.c +++ b/telem.c @@ -7,7 +7,7 @@ #include "main.h" -int main(int argc, char *argv[]) {Exploring Satellite Telemetry with the CubeSat Simulator +int main(int argc, char *argv[]) { int debug = OFF; if (argc > 1) { if ( * argv[1] == 'd') {