Fix typo.

This commit is contained in:
Andreas Schneider
2012-03-09 18:14:13 +01:00
parent 62657d5f87
commit a3cf1e4acc
2 changed files with 2 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ static struct ssh_threads_callbacks_struct ssh_threads_pthread =
.thread_id=ssh_pthread_thread_id
};
struct ssh_threads_callbacks_struct *ssh_threads_get_pthread(){
struct ssh_threads_callbacks_struct *ssh_threads_get_pthread(void) {
return &ssh_threads_pthread;
}