Changed fallback message to be consistent with fucntion name
This commit is contained in:
parent
18d5a9159f
commit
b36b5fa8da
@ -20,7 +20,7 @@ int osg_system(const char* command)
|
||||
#ifdef OSG_SYSTEM_SUPPORTED
|
||||
return system(command);
|
||||
#else
|
||||
printf("osgSystem(%s) not supported.\n", command);
|
||||
printf("osg_system(%s) not supported.\n", command);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user