mirror of
https://github.com/cs01/gdbgui
synced 2024-11-17 07:48:57 +01:00
fix example
This commit is contained in:
parent
a7f1f6299b
commit
838a094f61
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ struct mystruct_t {
|
|||
};
|
||||
|
||||
|
||||
int main(int argc, char *argv) {
|
||||
int main(int argc, char **argv) {
|
||||
printf("Hello World\n");
|
||||
|
||||
int retval = 1;
|
||||
|
|
Loading…
Reference in a new issue