X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fscreen%2Fextensions.cxx;h=75f7d11e7655594004f6fc3340564dc03635469a;hb=d7d13e458c759c4030db15d2e9b3cdcc5fc63f5f;hp=c16509f6fabe24e632f67727f6f3c52eda31a41b;hpb=1d5c1de5d341f8cdfafa89d7f468570a80ed930f;p=simgear.git diff --git a/simgear/screen/extensions.cxx b/simgear/screen/extensions.cxx index c16509f6..75f7d11e 100644 --- a/simgear/screen/extensions.cxx +++ b/simgear/screen/extensions.cxx @@ -26,7 +26,7 @@ #include "extensions.hxx" -bool SGSearchExtensionsString(char *extString, char *extName) { +static bool SGSearchExtensionsString(char *extString, char *extName) { // Returns GL_TRUE if the *extName string appears in the *extString string, // surrounded by white spaces, or GL_FALSE otherwise.