Skip to content

Commit

Permalink
Merge from master
Browse files Browse the repository at this point in the history
  • Loading branch information
lpla committed May 15, 2020
2 parents 3624188 + 8d82ec3 commit 803863e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/gbasm/asm.c
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ uchar *p;
return p;
}

void setup(int argc,uchar **argv) {
void setup(int argc, char **argv) {
int i,j,k,mode,sfile;
uchar ch;

Expand Down Expand Up @@ -409,7 +409,7 @@ void makefilename(void) {
}


int main(int argc,char **argv) {
int main(int argc, char **argv) {
uchar temp[80];
uchar *pntr,ch,*outoffsave;
int i,j;
Expand Down

0 comments on commit 803863e

Please sign in to comment.