diff options
Diffstat (limited to 'Tests/BuildDepends/Project/link_depends_no_shared_exe.c')
-rw-r--r-- | Tests/BuildDepends/Project/link_depends_no_shared_exe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/BuildDepends/Project/link_depends_no_shared_exe.c b/Tests/BuildDepends/Project/link_depends_no_shared_exe.c index e9113a2..cfaf051 100644 --- a/Tests/BuildDepends/Project/link_depends_no_shared_exe.c +++ b/Tests/BuildDepends/Project/link_depends_no_shared_exe.c @@ -2,7 +2,7 @@ #ifdef _WIN32 __declspec(dllimport) #endif -int link_depends_no_shared_lib(void); + int link_depends_no_shared_lib(void); int main() { return link_depends_no_shared_lib() + link_depends_no_shared_exe_value; |