Skip to content

Commit 975343e

Browse files
committed
Fix prototype
1 parent 3cd48c8 commit 975343e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/allegro5/platform/aintwin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ void _al_win_touch_input_handle_cancel(int id, size_t timestamp, float x, float
287287
* May be called from addons
288288
*/
289289
AL_FUNC(const char*, _al_win_error, (DWORD));
290-
AL_FUNC(const char*, _al_win_last_error, ());
290+
AL_FUNC(const char*, _al_win_last_error, (void));
291291

292292
#ifdef __cplusplus
293293
}

0 commit comments

Comments
 (0)