aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libraries/SledjHamr.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/libraries/SledjHamr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libraries/SledjHamr.c b/src/libraries/SledjHamr.c
index 4d0efbc..abd5b1c 100644
--- a/src/libraries/SledjHamr.c
+++ b/src/libraries/SledjHamr.c
@@ -159,7 +159,7 @@ static Eina_Bool parseStream(void *data, int type, void *evData, int evSize, voi
159 { 159 {
160 streamParser func = eina_hash_find(conn->commands, command); 160 streamParser func = eina_hash_find(conn->commands, command);
161 161
162// ext[0] = '\0'; 162 ext[0] = '\0';
163 // Need a callback if we can't find the command. 163 // Need a callback if we can't find the command.
164 if (NULL == func) 164 if (NULL == func)
165 func = conn->unknownCommand; 165 func = conn->unknownCommand;