forked from AuroraMiddleware/gtk
testsuite: Make function arguments const
This commit is contained in:
parent
50e4ca8593
commit
ce8faa2e90
@ -30,7 +30,7 @@
|
||||
|
||||
char *
|
||||
diff_with_file (const char *file1,
|
||||
char *text,
|
||||
const char *text,
|
||||
gssize len,
|
||||
GError **error)
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
char * diff_with_file (const char *file1,
|
||||
char *text,
|
||||
const char *text,
|
||||
gssize len,
|
||||
GError **error);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user