diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-11 15:43:56 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-11 15:43:56 +0000 |
commit | 67b133020bb2a5ba90005ac6da55a0d5d1424799 (patch) | |
tree | 68eae41b81639206b3de7dc12b4a3c1335144048 /utils | |
parent | e0e974477f07b1eb16c7553528b3f64d5d520ce5 (diff) | |
download | anaconda-67b133020bb2a5ba90005ac6da55a0d5d1424799.tar.gz anaconda-67b133020bb2a5ba90005ac6da55a0d5d1424799.tar.xz anaconda-67b133020bb2a5ba90005ac6da55a0d5d1424799.zip |
patch from jj, misc fixesbefore.po.msgmerge
Diffstat (limited to 'utils')
-rw-r--r-- | utils/moddeps.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/moddeps.c b/utils/moddeps.c index 2230e9817..64aa7bc76 100644 --- a/utils/moddeps.c +++ b/utils/moddeps.c @@ -55,3 +55,5 @@ int main(int argc, char ** argv) { return 0; } +void logMessage(const char * s, ...) { +} |