summaryrefslogtreecommitdiff
path: root/05/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-01-25 23:13:29 -0500
committerpommicket <pommicket@gmail.com>2022-01-25 23:13:29 -0500
commit618be81b5c3c5e2b40c44542b4e2285f3733cd7b (patch)
tree9f857e2d27bfd11b899da8fd137c2a1783b18158 /05/main.c
parentfb564812c2acc36647e61cc6009dddf153b2d673 (diff)
starting to move things around; nothing broken yet seemingly
Diffstat (limited to '05/main.c')
-rw-r--r--05/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/05/main.c b/05/main.c
index 5499d36..4b2e9ba 100644
--- a/05/main.c
+++ b/05/main.c
@@ -3,4 +3,4 @@
long double d;
} (*x)(void);
*/
-typedef int Foo(struct Bar { int x, y; }*);
+typedef int Foo(struct Bar *);