]> git.ipfire.org Git - thirdparty/sarg.git/commit
Fix the static and const correctness of a function
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Thu, 5 Nov 2015 20:01:39 +0000 (21:01 +0100)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Thu, 5 Nov 2015 20:01:39 +0000 (21:01 +0100)
commit51f6da273beef37080bc9e6940aa5451fdae7664
treed773efd1f6b93f0a97fe88017746a85865013761
parente8f5438cab16bd559634c865d5d6f3ba60e7f7ac
Fix the static and const correctness of a function

I happened to stumble on that function that was unnecessarily declared as
global and without using const strings for strings that are not modified.

That's just a style problem.
datafile.c