We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea38ddd commit 92bcaa3Copy full SHA for 92bcaa3
source/scripts/c/compiled/source/compiled.c
@@ -28,7 +28,7 @@ void process_text(char *input)
28
typedef struct data_t
29
{
30
int value;
31
-} *data_ptr_t;
+} * data_ptr_t;
32
33
data_ptr_t alloc_data(void)
34
0 commit comments