mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-13 13:55:52 +00:00
Added 'const' types
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
#include <time.h>
|
||||
|
||||
|
||||
int message (int log, int mode, const char *text, FILE *stdout)
|
||||
int message (const int log, const int mode, const char *text, FILE *stdout)
|
||||
/* mode - number of message
|
||||
* text - additional text
|
||||
*/
|
||||
|
Reference in New Issue
Block a user