Skip to content

Commit a64662f

Browse files
BlondeauBlondeau
authored andcommitted
The arguments are typed in C
1 parent 2a95124 commit a64662f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/win32/plugins/FilePlugin/sqWin32FilePrims.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ sqConnectToFile(SQFile *sqFile, void *file, sqInt writeFlag)
287287
}
288288

289289
void
290-
sqFileStdioHandlesIntoFile_WithHandle_IsWritable(SQFile file, HANDLE handle, int isWritable) {
290+
sqFileStdioHandlesIntoFile_WithHandle_IsWritable(SQFile * file, HANDLE handle, int isWritable) {
291291
file->sessionID = thisSession;
292292
file->file = handle;
293293
file->writable = isWritable;

0 commit comments

Comments
 (0)