Skip to content

Commit 3dff4d9

Browse files
Fix
1 parent 3c0df6d commit 3dff4d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ugbc/src/targets/atari/_build.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ void generate_atr( Environment * _environment ) {
202202
strcat( atrFileName, ".atr");
203203
}
204204

205-
BUILD_SAFE_MOVE( _environment, _environment->exeFileName, mainFilename )
205+
BUILD_SAFE_MOVE( _environment, _environment->exeFileName, mainFilename );
206206

207207
FILE * fileOut;
208208

0 commit comments

Comments
 (0)