Cotix / cReddit

CLI Reddit client written in C. Oh, crossplatform too!
Other
96 stars 14 forks source link

creddit: Remove anonymous structs/unions from optOption #65

Closed mkilgore closed 10 years ago

mkilgore commented 10 years ago

Fix for #53. All that's going on here is removing the anonymous structs and unions so that GCC 4.2 can compile it. This should allow MacOSX to compile cReddit cleanly.