diff options
Diffstat (limited to 'converter/ppm/ppmtompeg/gethostname.c')
-rw-r--r-- | converter/ppm/ppmtompeg/gethostname.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/converter/ppm/ppmtompeg/gethostname.c b/converter/ppm/ppmtompeg/gethostname.c index 649fff91..dedb3129 100644 --- a/converter/ppm/ppmtompeg/gethostname.c +++ b/converter/ppm/ppmtompeg/gethostname.c @@ -26,3 +26,6 @@ GetHostName(void) { return strdup(utsname.nodename); } + + + |