Avoid a false deprecation

gtk-doc misinterprets this comment and marks
g_find_program_in_path as deprecated, which it isn't.
This commit is contained in:
Matthias Clasen 2015-08-20 20:16:23 -04:00
parent fa0f51ddf8
commit 09b618f0a1

View File

@ -254,7 +254,7 @@ int atexit (void (*)(void));
#define g_atexit(func) atexit(func) #define g_atexit(func) atexit(func)
#endif #endif
#endif /* G_DISABLE_DEPRECATED */ #endif
/* Look for an executable in PATH, following execvp() rules */ /* Look for an executable in PATH, following execvp() rules */