Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/fpm_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// @param resolved_path
/// @param maxLength
/// @return
int c_realpath(char* path, char* resolved_path, int maxLength) {
char* c_realpath(char* path, char* resolved_path, int maxLength) {
// Checking macro in C because it doesn't work with gfortran on Windows, even
// when exported manually.
#ifndef _WIN32
Expand Down