Show
Ignore:
Timestamp:
09/02/06 23:16:15 (6 years ago)
Author:
ath
Message:

End-of-file and misc fixes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • fm_server/trunk/src/main.c

    r106 r109  
    121121        signal (65, fakehandler); 
    122122        if (!global_debug) 
    123                 g_log_set_handler (NULL, G_LOG_LEVEL_DEBUG, null_log_func, NULL); 
     123                g_log_set_handler (NULL, G_LOG_LEVEL_DEBUG, (GLogFunc) null_log_func, NULL); 
    124124        if (write_to_disk) { 
    125125                temp_fd = creat ("/tmp/fmraw.raw", O_CREAT);