Skip to content

Commit

Permalink
Fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Sep 12, 2024
1 parent cf26c50 commit f759e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dummy.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ SEXP ps__memory_maps(SEXP p) { return ps__dummy("ps__memory_maps"); }
/* Only implemented on macOS */
#ifndef PS__MACOS
#if defined(PS__WINDOWS) || defined(PS__LINUX)
SEXP ps__list_apps() { return ps__dummy("ps__list_apps"); }
SEXP ps__list_apps(void) { return ps__dummy("ps__list_apps"); }
#endif
#endif

Expand Down

0 comments on commit f759e15

Please sign in to comment.